Skip to content

Commit cdd92b6

Browse files
committed
WIP
1 parent 6124268 commit cdd92b6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/e2e-dummy-gem.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
ruby-version: "3.1.7"
1818
bundler-cache: true
1919
working-directory: "test/fixtures/dummy_gem"
20+
- run: rake install
2021
- name: "Run easy compile"
21-
uses: "./.github/actions/easy_compile"
22-
with:
23-
step: "compile"
24-
token: ${{ secrets.GITHUB_TOKEN }}
25-
working-directory: "test/fixtures/dummy_gem"
22+
working-directory: "test/fixtures/dummy_gem"
23+
run: easy_compile print_ruby_cc_version

0 commit comments

Comments
 (0)