Skip to content

Commit

Permalink
chore: testing against next
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Aug 28, 2024
1 parent 01e2f0e commit f23a332
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
integration:
runs-on: ubuntu-latest
timeout-minutes: 25
if: github.ref_name == 'master' || github.head_ref == 'changeset-release/master'
# if: github.ref_name == 'master' || github.head_ref == 'changeset-release/master'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -63,24 +63,24 @@ jobs:

- name: Test Setup
uses: ./.github/actions/test-setup
with:
should-install-bun: true

- name: Run UI tests (on template)
run: sh ./scripts/tests-ui.sh

- name: Wait for release to succeed
uses: lewagon/[email protected]
with:
ref: "refs/heads/master"
check-name: "Release"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 30

- name: Run tests (with published version)
run: pnpm test:integration
env:
PUBLISHED_NPM_TAG: next
# with:
# should-install-bun: true

# - name: Run UI tests (on template)
# run: sh ./scripts/tests-ui.sh

# - name: Wait for release to succeed
# uses: lewagon/[email protected]
# with:
# ref: "refs/heads/master"
# check-name: "Release"
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# wait-interval: 30

# - name: Run tests (with published version)
# run: pnpm test:integration
# env:
# PUBLISHED_NPM_TAG: next

- name: Run UI tests (with published version)
run: sh ./scripts/tests-ui-integration.sh
Expand Down

0 comments on commit f23a332

Please sign in to comment.