Skip to content

Commit

Permalink
fix(workflows/test): Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tparsa committed Oct 1, 2023
1 parent d877931 commit 96d623f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: runforesight/[email protected]

- name: Start containers
run: docker-compose -f "deployment/docker-compose.yml" up -d --build

- name: Run tests
uses: runforesight/[email protected]
run: docker-compose -f "deployment/docker-compose.yml" exec -T replica python3 integration-test.py

0 comments on commit 96d623f

Please sign in to comment.