Skip to content

Commit

Permalink
Merge branch 'master' into ci.api-test
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 19, 2024
2 parents 4618eee + 8400bad commit 8630935
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
- run: npm ci --no-audit
- run: npm run lint
- run: npm test
- run: docker build . --file Dockerfile --tag
rodekruis/ibf-api-service:$(date +%s)
- run: docker build . --file Dockerfile --tag ibf-api-service:$(date +%s)
- run: docker compose up -d
- run: docker compose exec ibf-api-service npm run test:api:all

Expand All @@ -98,8 +97,7 @@ jobs:
- run: npm ci --no-audit
- run: npm run lint
- run: npm test
- run: docker build . --file Dockerfile --tag
rodekruis/ibf-dashboard:$(date +%s)
- run: docker build . --file Dockerfile --tag ibf-dashboard:$(date +%s)

bump-version:
needs: [ibf-api-service, ibf-dashboard]
Expand Down

0 comments on commit 8630935

Please sign in to comment.