Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UO282476 authored and UO282476 committed May 1, 2023
1 parent bf07876 commit d6f2bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lomap_en1a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
needs: [unit-test-webapp, unit-test-restapi]
runs-on: ubuntu-20.04
steps:
env:
CI: false
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
env:
CI: false
with:
node-version: 18
- run: npm --prefix webapp install
Expand Down

0 comments on commit d6f2bb4

Please sign in to comment.