Skip to content

Commit

Permalink
Create WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Sørensen committed Jun 19, 2024
1 parent 5df0b4b commit 08449b3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Integration Tests
run-name: Run Integration Test for commit ${{ github.sha }}
on:
workflow_dispatch: {}
push:
branches:
- ci/*

jobs:
echo-hello-world:
name: Echo Hello World
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Echo Hello World
run: |
echo "Hello World"

0 comments on commit 08449b3

Please sign in to comment.