Skip to content

Commit

Permalink
Run only on ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed Aug 9, 2024
1 parent 954f3f9 commit 4f1417c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/taiko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

docs-tests:
needs: unit-tests
name: Docs tests - ${{ matrix.os }}
name: Docs tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -149,7 +149,6 @@ jobs:
- name: install
run: npm install
- name: install browser dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y \
Expand All @@ -170,11 +169,11 @@ jobs:
uses: actions/upload-artifact@v1
if: failure()
with:
name: docs-tests-reports-${{ matrix.os }}
name: docs-tests-reports
path: test/docs-tests/gauge/reports/html-report
- name: Upload logs
uses: actions/upload-artifact@v1
if: failure()
with:
name: docs-tests-logs-${{ matrix.os }}
name: docs-tests-logs
path: test/docs-tests/gauge/logs

0 comments on commit 4f1417c

Please sign in to comment.