diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f364084..8bf3a70 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,4 +1,9 @@ on: push: branches: - - main \ No newline at end of file + - main +jobs: + test: + runs-on: docker + steps: + - run: echo All good! \ No newline at end of file