Skip to content

Commit

Permalink
e2e test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Mar 25, 2024
1 parent 019eb21 commit 2656389
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Continuous Releases
on: [push]

jobs:
ci:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- run: pnpm test

0 comments on commit 2656389

Please sign in to comment.