Skip to content

Commit f2e0fa2

Browse files
authored
Update rubyonrails.yml to re-add test environment specifier
Signed-off-by: Robert Smith <[email protected]>
1 parent 366c1de commit f2e0fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: { push: { branches: [main, dev] }, pull_request: { branches: [main, dev] } }
55
jobs:
66
rspec:
77
runs-on: ubuntu-latest
8+
environment: test
89
strategy:
910
fail-fast: false
1011
matrix:

0 commit comments

Comments
 (0)