Skip to content

Commit

Permalink
[#217] Fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
noahko96 committed Dec 13, 2022
1 parent 900374b commit 96e27c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
uses: actions/checkout@v2

- name: Set up ruby 2.5.1
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1

- name: Set up Ruby dependencies
run: |
gem update bundler
bundle install
run: |
gem update bundler
bundle install
- name: Setup Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit 96e27c4

Please sign in to comment.