Skip to content

Commit

Permalink
moving cd web to before urn
Browse files Browse the repository at this point in the history
  • Loading branch information
GodYazza committed Jul 16, 2024
1 parent 7d4d987 commit 526c3d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
node-version-file: "web/.nvmrc"
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- name: Change directory to web
run: cd web
- name: Install dependencies
run: yarn
- name: Run build
run: cd web
run: npm run build
- name: Run tests
run: npm test

0 comments on commit 526c3d3

Please sign in to comment.