Skip to content

Commit

Permalink
UHF-8762: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 19, 2024
1 parent 3620621 commit b25978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run tests
run: |
NODE_VERSION=$(cat.nvmrc 2>/dev/null)
NODE_VERSION=$(cat .nvmrc 2>/dev/null)
docker run --rm --name helfi-node -v $(pwd):/app -w $(pwd) node:$NODE_VERSION npm install
docker run --rm --name helfi-node -v $(pwd):/app -w $(pwd) node:$NODE_VERSION npm run fast-reference
docker run --rm --name helfi-node -v $(pwd):/app -w $(pwd) node:$NODE_VERSION npm run fast-test
Expand Down

0 comments on commit b25978c

Please sign in to comment.