Skip to content

Commit

Permalink
temp change to testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikspears committed May 22, 2024
1 parent 3f02dbb commit 896cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "========"
cat .env.qa
echo "========"
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-master sh -c "behave --tags=qa_suite,community"
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-develop sh -c "behave --tags=qa_suite,community"
- name: Upload Log Files
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 896cc4d

Please sign in to comment.