Skip to content

Commit

Permalink
Update build-lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 authored Jan 11, 2024
1 parent a3e8093 commit 9ae6fee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -59,7 +59,11 @@ jobs:
run: yarn install-chrome
- name: Run e2e tests
run: yarn workspace snap run test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

all-jobs-pass:
name: All jobs pass
runs-on: ubuntu-latest
Expand All @@ -68,3 +72,4 @@ jobs:
- e2e
steps:
- run: echo "Great success!"

0 comments on commit 9ae6fee

Please sign in to comment.