Skip to content

Commit

Permalink
temporarily add kasper/fix-cra to sandbox generation
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jul 1, 2024
1 parent ac53353 commit 2ac723a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate-sandboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_dispatch:
# To test fixes on push rather than wait for the scheduling, do the following:
# 1. Uncomment the lines below and add your branch.
# push:
# branches:
# - <your-branch-name>
push:
branches:
- kasper/fix-cra
# 2. Change the "ref" value to <your-branch-name> in the actions/checkout step below.
# 3. Comment out the whole "generate-main" job starting at line 77
# 4. 👉 DON'T FORGET TO UNDO THE STEPS BEFORE YOU MERGE YOUR CHANGES!
Expand All @@ -28,12 +28,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: next
ref: kasper/fix-cra

- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.1

- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down

0 comments on commit 2ac723a

Please sign in to comment.