Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Oct 8, 2023
1 parent cf29aed commit a759eb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- run: pnpm i
- run: pnpm build
- run: git status
- run: pnpm publish
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- run: pnpm i
- run: pnpm lint

test-integration:
Expand All @@ -22,11 +22,11 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- run: pnpm i
- run: pnpm test:integration

test-e2e:
Expand All @@ -36,7 +36,6 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -46,6 +45,7 @@ jobs:
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright
- run: pnpm i
- run: pnpm playwright install chromium
- run: pnpm build
- run: pnpm test:e2e
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
node_modules
test-results

0 comments on commit a759eb1

Please sign in to comment.