Skip to content

Commit

Permalink
set frontend context
Browse files Browse the repository at this point in the history
  • Loading branch information
m4nv3ru committed Apr 16, 2024
1 parent e51b797 commit 785bf04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend/vue-gewoscout
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: docker-compose -f ./frontend/vue-gewoscout/docker-compose.yaml run test
run: docker-compose -f docker-compose.yaml run test
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
Expand Down

0 comments on commit 785bf04

Please sign in to comment.