File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 with :
3434 node-version : 18
3535 cache : " yarn"
36- - uses : ruby/setup-ruby@v1
36+ - uses : ruby/setup-ruby-pkgs @v1
3737 with :
3838 ruby-version : " 3.4"
39+ apt-get : libvips-tools
3940 - name : Install Dependencies
4041 run : yarn install --frozen-lockfile
4142 - name : Packaging
4445 run : git clone --depth=1 https://github.com/rails/rails
4546 - name : Configure Rails
4647 run : |
47- sudo apt install libvips-tools
4848 cd rails
4949 yarn install --frozen-lockfile
5050 bundle add action_text-trix --path ".."
@@ -103,7 +103,7 @@ jobs:
103103 - name : Run tests
104104 env :
105105 RAILS_BRANCH : ${{ matrix.rails_branch }}
106- continue-on-error : ${{ matrix.experimental }}
106+ continue-on-error : ${{ matrix.experimental || false }}
107107 working-directory : " ./action_text-trix"
108108 run : bin/rails test:all
109109
You can’t perform that action at this time.
0 commit comments