-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: added type checking for `create-fuels` * fix: integration test * docs: updated missing flags for `create fuels` commands * chore: changeset * chore: enable integration test * chore: enable integration for all * chore: debugging out the web server * chore: removed output from playwright install * chore: debug install * chore: re-added null logging * chore: re-added conditionals for integration test workflow
- Loading branch information
1 parent
950abf9
commit 8865f15
Showing
7 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ jobs: | |
integration: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
if: github.ref_name == 'master' || github.head_ref == 'changeset-release/master' | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
@@ -66,7 +67,6 @@ jobs: | |
run: sh ./scripts/tests-ui.sh | ||
|
||
- name: Wait for release to succeed | ||
if: github.ref_name == 'master' || github.head_ref == 'changeset-release/master' | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: "refs/heads/master" | ||
|
@@ -75,13 +75,11 @@ jobs: | |
wait-interval: 30 | ||
|
||
- name: Run tests (with published version) | ||
if: github.ref_name == 'master' || github.head_ref == 'changeset-release/master' | ||
run: pnpm test:integration | ||
env: | ||
PUBLISHED_NPM_TAG: next | ||
|
||
- name: Run UI tests (with published version) | ||
if: github.ref_name == 'master' || github.head_ref == 'changeset-release/master' | ||
run: sh ./scripts/tests-ui-integration.sh | ||
env: | ||
PUBLISHED_NPM_TAG: next | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters