Skip to content

Commit

Permalink
Merge pull request #1294 from swirlai/qa-workflows
Browse files Browse the repository at this point in the history
update qa workflows on develop
  • Loading branch information
dnicodemus authored Mar 8, 2024
2 parents b4e8e48 + c9391c5 commit df7a07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qa-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
cache: 'pip' # caching pip stuff
- name: Install Chromium
uses: browser-actions/setup-chrome@v1
- name: Chromium Install Details
- name: Chromium Binary Details
run: |
chromium --version
which chromedriver
which chromium
- name: Install Swirl
run: ./install.sh
Expand All @@ -69,7 +69,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Run the QA Suite
run: docker run --net=host -t swirlai/swirl-search-qa:automated-tests sh -c "behave --tags=qa_suite"
run: docker run --net=host -t swirlai/swirl-search-qa:automated-tests sh -c "behave --tags=qa_suite,community"
- name: Ensure Artifacts Directory Exists and Write Branch and run_id Again
run: |
mkdir -p ./artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
cache: 'pip' # caching pip stuff
- name: Install Chromium
uses: browser-actions/setup-chrome@v1
- name: Chromium Install Details
- name: Chromium Binary Details
run: |
chromium --version
which chromedriver
which chromium
- name: Install Swirl
run: ./install.sh
Expand Down

0 comments on commit df7a07f

Please sign in to comment.