Skip to content

Commit 6b73869

Browse files
authored
Fix remix integration test (#886)
1 parent 4b82e2b commit 6b73869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_test_remix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
labels: ubuntu-latest-16-cores
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

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

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

4949
- name: Retrieving package version
5050
id: package-version

0 commit comments

Comments
 (0)