Skip to content

Commit

Permalink
Make ref_slice jobs use refs to commits (#429)
Browse files Browse the repository at this point in the history
Update ref_slice jobs
  • Loading branch information
mgr0dzicki authored Apr 17, 2023
1 parent 47dfe32 commit a53106c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,8 +1135,8 @@ jobs:
# This broke when a PR accidentally changed the default baseline behavior.
# https://github.com/obi1kenobi/cargo-semver-checks/issues/382
#
# To perform this test, we forked a stable crate and made a semver-major change in
# an unreleased patch version (v1.2.2). In this test, we make sure that:
# To perform this test, we forked a stable crate and made a semver-major break
# with no version change (v1.2.1). In this test, we make sure that:
# - v1.2.1 is chosen as the baseline, as the largest crates.io version,
# - cargo-semver-checks detects the semver break we've manufactured.
name: 'Semver: ref-slice fork'
Expand All @@ -1155,7 +1155,7 @@ jobs:
with:
persist-credentials: false
repository: 'mgr0dzicki/cargo-semver-action-ref-slice'
ref: 'major_change'
ref: '4d64380252c8fbda023cca58406fa40a27ad1177' # branch major_change
path: 'subject'

- name: Install rust
Expand Down Expand Up @@ -1247,7 +1247,7 @@ jobs:
with:
persist-credentials: false
repository: 'mgr0dzicki/cargo-semver-action-ref-slice'
ref: 'major_change'
ref: '4d64380252c8fbda023cca58406fa40a27ad1177' # branch major_change
path: 'subject'

- name: Install rust
Expand Down

0 comments on commit a53106c

Please # to comment.