Skip to content

Commit

Permalink
Merge pull request #14 from seatgeek/zh-fix-tests
Browse files Browse the repository at this point in the history
fix test syntax
  • Loading branch information
zhammer authored Jan 29, 2024
2 parents 9d2bb04 + 70cc660 commit 539b00a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: yarn tsc
- run: yarn prettier:check
- run: yarn lint:all
test:unit:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -37,17 +37,3 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: yarn test
test:e2e:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn test:e2e

0 comments on commit 539b00a

Please sign in to comment.