Skip to content

Commit

Permalink
Run CI with rubyjs/mini_racer#299
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Apr 8, 2024
1 parent 1669b54 commit 07f4098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
export BUNDLE_FORCE_RUBY_PLATFORM=y
git clone https://github.com/rubyjs/mini_racer.git test/mini_racer --depth 1
cd test/mini_racer
git fetch origin refs/pull/261/head
git fetch origin refs/pull/299/head
git checkout FETCH_HEAD
git reset --hard
git clean -f -d -x
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
run: |
git clone https://github.com/rubyjs/mini_racer.git test/mini_racer --depth 1
cd test/mini_racer
git fetch origin refs/pull/261/head
git fetch origin refs/pull/299/head
git checkout FETCH_HEAD
git reset --hard
git clean -f -d -x
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
run: |
git clone https://github.com/rubyjs/mini_racer.git test/mini_racer --depth 1
cd test/mini_racer
git fetch origin refs/pull/261/head
git fetch origin refs/pull/299/head
git checkout FETCH_HEAD
git reset --hard
git clean -f -d -x
Expand Down

0 comments on commit 07f4098

Please sign in to comment.