Skip to content

Commit 31604d9

Browse files
committed
rename and update jobs
1 parent 13213f1 commit 31604d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
echo "::set-output name=has_change::true"
5252
fi
5353
54-
acceptance-suite:
54+
acceptance:
5555
needs: changes
5656
runs-on: ubuntu-latest-xl
57-
name: runner / acceptance-tests
57+
name: acceptance
5858
permissions:
5959
contents: read
6060

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: bundle exec rubocop -c .rubocop.yml lib/ spec/
3232

3333
- name: test
34-
run: script/test
34+
run: script/test -d -k
3535

3636
- name: set GEM_NAME from gemspec
3737
run: echo "GEM_NAME=$(ls | grep gemspec | cut -d. -f1)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)