Skip to content

Commit

Permalink
fix path of integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jan 31, 2024
1 parent 0954336 commit 7f5d44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Tokens will expire 2025-01-31
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ secrets.GHCR_USR }} --password-stdin
- name: Start containers
run: docker-compose -f "TransformerBeeClient/TransformerBeeClient.IntegrationTest/docker-compose.yml.yml" up -d
run: docker-compose -f "TransformerBeeClient/TransformerBeeClient.IntegrationTest/docker-compose.yml" up -d

- name: Install dependencies
working-directory: TransformerBeeClient
Expand Down

0 comments on commit 7f5d44e

Please sign in to comment.