Skip to content

Commit

Permalink
Update other callsites
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Aug 21, 2024
1 parent 7783035 commit 1cdacf3
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/authzed-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --silent
working-directory: ./
cache: "yarn"
- name: "Yarn install"
run: yarn install --frozen-lockfile
- run: yarn test
- uses: battila7/get-version-action@v2
- uses: JS-DevTools/npm-publish@v3
Expand All @@ -93,17 +92,15 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --silent
working-directory: ./
cache: "yarn"
- name: "Yarn install"
run: yarn install --frozen-lockfile
- name: Run build
run: yarn build-js-client
working-directory: ./
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --silent
working-directory: ./js-dist
- name: "Yarn install"
run: yarn install --frozen-lockfile
working-directory: ./js-dist
- name: Run tests
run: CI=true yarn only-run-tests
working-directory: ./js-dist
Expand All @@ -126,10 +123,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --silent
working-directory: ./
cache: "yarn"
- name: "Yarn install"
run: yarn install --frozen-lockfile
- uses: battila7/get-version-action@v2
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 1cdacf3

Please sign in to comment.