Skip to content

Commit

Permalink
Fix remix integration test (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah authored Jan 9, 2025
1 parent 4b82e2b commit 6b73869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_remix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
labels: ubuntu-latest-16-cores
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v4
Expand All @@ -44,7 +44,7 @@ jobs:
run: cd ./packages/react && npm pack

- name: Configuring Remix.run
run: npx create-remix@latest ./${{env.TEST_FOLDER}} --yes
run: npx create-remix@latest ./${{env.TEST_FOLDER}} --yes --debug --no-git-init

- name: Retrieving package version
id: package-version
Expand Down

0 comments on commit 6b73869

Please sign in to comment.