Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31497eb

Browse files
committed
final test
1 parent bb6bc21 commit 31497eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,15 @@ jobs:
122122
set -euo pipefail
123123
cat "$CODER_RELEASE_NOTES_FILE"
124124
125+
- name: Test
126+
if: ${{ !github.event.inputs.dry_run && !github.event.inputs.snapshot }}
127+
run: |
128+
echo Hello
129+
130+
- name: Fail
131+
run: |
132+
exit 1
133+
125134
- name: Docker Login
126135
uses: docker/login-action@v2
127136
with:

0 commit comments

Comments
 (0)