Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/integ-test-equals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
actual: ${{ matrix.value.actual }}
message: Values are not equal
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
expected: ${{ matrix.value.expected }}
actual: ${{ matrix.value.actual }}
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
actual: ${{ matrix.value.actual }}
message: Values are not equal
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
expected: ${{ matrix.value.expected }}
actual: ${{ matrix.value.actual }}
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
8 changes: 4 additions & 4 deletions .github/workflows/integ-test-not-equals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
actual: ${{ matrix.value.actual }}
message: Values are equal
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
unexpected: ${{ matrix.value.unexpected }}
actual: ${{ matrix.value.actual }}
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
actual: ${{ matrix.value.actual }}
message: Values are equal
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
unexpected: ${{ matrix.value.unexpected }}
actual: ${{ matrix.value.actual }}
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
16 changes: 8 additions & 8 deletions .github/workflows/integ-test-path-exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
path: ${{ needs.before-all.outputs.existing-file-path }}
message: file not found
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
with:
path: ${{ needs.before-all.outputs.existing-file-path }}
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand All @@ -117,7 +117,7 @@ jobs:
path: non-existent-file
message: file not found
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand All @@ -141,7 +141,7 @@ jobs:
with:
path: non-existent-file
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand All @@ -167,7 +167,7 @@ jobs:
match-method: glob
message: file not found
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand All @@ -192,7 +192,7 @@ jobs:
path: .github/workflows/*.yml
match-method: glob
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand All @@ -218,7 +218,7 @@ jobs:
match-method: glob
message: file not found
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand All @@ -243,7 +243,7 @@ jobs:
path: non/existent-*.txt
match-method: glob
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
16 changes: 8 additions & 8 deletions .github/workflows/integ-test-path-not-exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: non-existent-path
message: path should not exist
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand All @@ -84,7 +84,7 @@ jobs:
with:
path: non-existent-path
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand All @@ -110,7 +110,7 @@ jobs:
match-method: glob
message: path should not exist
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand All @@ -135,7 +135,7 @@ jobs:
path: non/existent-*.txt
match-method: glob
- name: Assert step success
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: success
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
path: ${{ needs.before-all.outputs.existing-file-path }}
message: path should not exist
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
with:
path: ${{ needs.before-all.outputs.existing-file-path }}
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand All @@ -218,7 +218,7 @@ jobs:
match-method: glob
message: path should not exist
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}
Expand All @@ -243,7 +243,7 @@ jobs:
path: .github/workflows/*.yml
match-method: glob
- name: Assert step failure
uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1
uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1
with:
expected: failure
actual: ${{ steps.act.outcome }}