Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludicast authored Apr 12, 2024
1 parent ff22800 commit a2361e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ env:

jobs:
ci:
runs-on: [ staging-iac ]
runs-on: [ ubuntu-latest ]
steps:
- name: checkout repository
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: |
npm install
bundle install
rake

0 comments on commit a2361e8

Please sign in to comment.