We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7fb04f + cd46769 commit 34ac1b9Copy full SHA for 34ac1b9
1 file changed
.github/workflows/specs.yml
@@ -3,17 +3,17 @@ name: Specs
3
4
on:
5
push:
6
- branches: [master]
+ branches: [develop, master]
7
pull_request:
8
9
10
jobs:
11
test:
12
runs-on: ubuntu-latest
13
14
strategy:
15
matrix:
16
- ruby: ['2.5', '2.6', '2.7']
+ ruby: ['2.6', '2.7', '3.0']
17
18
steps:
19
- name: Checkout
@@ -26,7 +26,7 @@ jobs:
26
bundler-cache: true
27
28
- name: Run tests
29
- run: bundle exec rake
+ run: bin/rspec --profile
30
31
- name: Archive screenshots for failed tests
32
uses: actions/upload-artifact@v2
0 commit comments