Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/snyk-fix-c67f9b1cffa8138864386db…
Browse files Browse the repository at this point in the history
…5129276ed' into snyk-fix-c67f9b1cffa8138864386db5129276ed

# Conflicts:
#	.github/workflows/tests.yml
  • Loading branch information
ludeknovy committed Aug 30, 2024
2 parents bd02aad + e179f75 commit d04c4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
node-version: '18'
- name: Install modules
run: npm install
- name: Build the docker-compose stack
run: docker-compose -f docker-compose.testing.yaml up -d
run: docker compose -f docker-compose.testing.yaml up -d
- name: Run integration tests
run: npm run test:integration
env:
Expand Down

0 comments on commit d04c4e9

Please sign in to comment.