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.
1 parent 13213f1 commit 31604d9Copy full SHA for 31604d9
.github/workflows/acceptance.yml
@@ -51,10 +51,10 @@ jobs:
51
echo "::set-output name=has_change::true"
52
fi
53
54
- acceptance-suite:
+ acceptance:
55
needs: changes
56
runs-on: ubuntu-latest-xl
57
- name: runner / acceptance-tests
+ name: acceptance
58
permissions:
59
contents: read
60
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: bundle exec rubocop -c .rubocop.yml lib/ spec/
32
33
- name: test
34
- run: script/test
+ run: script/test -d -k
35
36
- name: set GEM_NAME from gemspec
37
run: echo "GEM_NAME=$(ls | grep gemspec | cut -d. -f1)" >> $GITHUB_ENV
0 commit comments