Skip to content

Commit

Permalink
Merge pull request #1202 from swirlai/ds-1574
Browse files Browse the repository at this point in the history
specify working directory for regression test run
  • Loading branch information
dnicodemus committed Feb 16, 2024
2 parents cdcab87 + 0ca606e commit e1b53c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Run Regression Tests
run: docker run --net=host swirlai/swirl-search-qa:automated-tests sh -c "behave --no-capture --verbose"
run: docker run --net=host -w /app swirlai/swirl-search-qa:automated-tests sh -c "behave --no-capture --verbose"
- name: Upload log files
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e1b53c1

Please sign in to comment.