diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 525fd7c..690d2c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | diff --git a/README.md b/README.md index b3f1b45..546786c 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,6 @@ ruby src/ex.rb ```bash bundle exec rspec ``` -or -```bash -bundle exec rake -``` ## APL ### generate templates in the developer console