Skip to content

Commit

Permalink
issues with test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Nov 22, 2023
1 parent 0c9f09b commit ac4cf49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby 3.2
uses: actions/setup-ruby@v1
with:
ruby: "3.2.2"
ruby-version: "3.2.2"
bundler-cache: true
- name: rubocop
run: |
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ ruby src/ex.rb
```bash
bundle exec rspec
```
or
```bash
bundle exec rake
```

## APL
### generate templates in the developer console
Expand Down

0 comments on commit ac4cf49

Please sign in to comment.