Skip to content

Commit

Permalink
chore: retest using PR version
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Aug 28, 2024
1 parent f23a332 commit d08ef3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "Release PR to npm"
runs-on: ubuntu-latest
# comment out if:false to enable release PR to npm
if: false
# if: false
permissions: write-all
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Run UI tests (with published version)
run: sh ./scripts/tests-ui-integration.sh
env:
PUBLISHED_NPM_TAG: next
PUBLISHED_NPM_TAG: pr-3042

e2e:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d08ef3c

Please sign in to comment.