Skip to content

Commit

Permalink
Revert yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Nov 30, 2023
1 parent de3a4e4 commit 52eb002
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'

- name: Install build artifact
run: yarn add ./package.tgz

- name: Install deps
run: yarn install

# Build with the actual TS version in the repo
- name: Pack
run: yarn build && yarn pack

- name: Install build artifact
run: yarn add ./package.tgz

# Then install the specific version to test against
- name: Install TypeScript ${{ matrix.ts }}
Expand Down

0 comments on commit 52eb002

Please sign in to comment.