Skip to content

Commit

Permalink
ci: add e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 20, 2024
1 parent 6079592 commit 8bbdab8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
lint
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: |
deno run -A --unstable-kv main.ts init -t tsirysndr/base-workspace
deno run -A --unstable-kv main.ts up
deno run -A --unstable-kv main.ts logs
docker ps

0 comments on commit 8bbdab8

Please sign in to comment.