Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update qa workflows on develop #1294

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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