Skip to content

Commit

Permalink
Remove Crystal image refernce and fixes to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Nov 11, 2024
1 parent 7fb52c5 commit e1c69f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
ruby-version: "3.3"
bundler-cache: true
- name: Verify templates
run: ruby ./bin/generator --verify
run: ruby ./bin/generate --verify
test-generator:
name: Check Generator Templates
runs-on: ubuntu-22.04
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Ruby
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
with:
Expand Down

0 comments on commit e1c69f4

Please sign in to comment.