Skip to content

Commit

Permalink
Remove export env build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Feb 12, 2024
1 parent bdd0430 commit e261957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Export ENV
run: cat configs/default.env >> $GITHUB_ENV
- name: Tests
run: 'bundle exec rspec spec --force-color --format doc'
release:
Expand Down

0 comments on commit e261957

Please sign in to comment.