Skip to content

Commit 2a69a8d

Browse files
committed
smoke test code_ownership cd
1 parent 15217d7 commit 2a69a8d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
name: CD
33

44
on:
5-
workflow_dispatch:
6-
push:
7-
tags: ["v*"]
5+
workflow_call:
86

97
concurrency:
108
group: ${{ github.workflow }}-${{ github.ref }}
@@ -59,9 +57,9 @@
5957
- name: Smoke gem install
6058
if: matrix.ruby-platform == 'ignore-for-now-x86_64-linux' # GitHub actions architecture
6159
run: |
62-
gem install pkg/fast_code_owners-*.gem --verbose
63-
script="puts FastCodeOwners::VERSION"
64-
ruby -rfast_code_owners -e "$script" | grep 0.1.0
60+
gem install pkg/code_ownership-*.gem --verbose
61+
script="puts CodeOwnership::VERSION"
62+
ruby -rcode_ownership -e "$script" | grep 0.1.0
6563
echo "✅ Successfully gem installed"
6664
6765
release:

0 commit comments

Comments
 (0)