Skip to content

Commit

Permalink
run install including dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabarsan committed Jun 18, 2024
1 parent 803e13a commit 0809bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
with:
node-version: ${{ matrix.version }}
- run: echo $(docker-compose -v)
- run: npm install --production
- run: npm install
- run: npm run integration-basic

0 comments on commit 0809bc7

Please sign in to comment.