We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153a20b commit 6955643Copy full SHA for 6955643
.github/workflows/ruby.yml
@@ -12,14 +12,14 @@ jobs:
12
- name: Install dependencies
13
run: sudo apt-get install check
14
15
- - name: make
16
- run: make
17
-
18
- name: Set up Ruby
19
uses: ruby/setup-ruby@v1
20
with:
21
bundler-cache: true
22
+ - name: make
+ run: make
+
23
- name: Setup extension
24
working-directory: ./ext/erbx
25
run: bundle install
.github/workflows/test.yml
@@ -12,6 +12,11 @@ jobs:
+ - name: Set up Ruby
+ uses: ruby/setup-ruby@v1
+ with:
+ bundler-cache: true
- name: make
run: make
0 commit comments