Document assumptions

This commit is contained in:
Mieszko Grodzicki 2023-01-03 02:38:11 +01:00 committed by Predrag Gruevski
parent 9ba317dc14
commit 554ee23ce6

View file

@ -25,10 +25,14 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
path: action path: action
# Assumes that the latest published normal version of `ref_slice` smaller
# than 1.2.2 is 1.2.1.
- name: Checkout the test with patch change and patch version bump - name: Checkout the test with patch change and patch version bump
run: git checkout patch_change run: git checkout patch_change
- name: Run the action - name: Run the action
uses: ./action/ uses: ./action/
# Assumes that the latest published normal version of `ref_slice` smaller
# than 1.2.2 exports a public function `ref_slice`.
- name: Checkout the test with major change and patch version bump - name: Checkout the test with major change and patch version bump
run: git checkout major_change run: git checkout major_change
- name: Run the action (allowed to fail) - name: Run the action (allowed to fail)