Skip to content

Commit

Permalink
Create cet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Dec 5, 2024
1 parent ab6aff2 commit 99d1b7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test
on:
workflow_dispatch: # adds ability to run this manually
defaults:
run:
shell: bash -euxo pipefail {0}

jobs:
test1:
runs-on: ubuntu-latest
steps:
- name: step1
run: exit 0

- name: step2
if: false
run: exit 1

0 comments on commit 99d1b7e

Please sign in to comment.