Skip to content

Commit

Permalink
Merge pull request #6 from a-masterov/cet
Browse files Browse the repository at this point in the history
Create cet.yml
  • Loading branch information
a-masterov authored Dec 5, 2024
2 parents ab6aff2 + 99d1b7e commit fe40060
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 fe40060

Please sign in to comment.