Skip to content

Commit

Permalink
Add github test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Pan <gh@matiaspan.dev>
  • Loading branch information
matipan committed Jul 5, 2024
1 parent 04e9fc5 commit 6094fca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main
pull_request:

name: E2E Tests

jobs:
test-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Docker E2E Test
uses: dagger/dagger-for-github@v5
with:
verb: call
module: ./ci
args: test-docker --src . stdout

0 comments on commit 6094fca

Please sign in to comment.