Skip to content

Commit

Permalink
fix: integration test using removed flag (#3534)
Browse files Browse the repository at this point in the history
* chore: fix integration test

* chore: enable run for integration test

* changeset update

* chore: integration test should only run on master
  • Loading branch information
petertonysmith94 authored Jan 3, 2025
1 parent 04ca73e commit a9eb399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/dry-hornets-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

fix: integration test using removed flag
2 changes: 1 addition & 1 deletion scripts/tests-ui-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ -d "$PROJECT_DIR" ]; then
echo "Removing existing project directory '$PROJECT_DIR'"
rm -rf $PROJECT_DIR
fi
pnpm create fuels@$PUBLISHED_NPM_TAG $PROJECT_DIR --pnpm --no-install
pnpm create fuels@$PUBLISHED_NPM_TAG $PROJECT_DIR --no-install

echo "3. Intialise the project"
cd $PROJECT_DIR
Expand Down

0 comments on commit a9eb399

Please sign in to comment.