Skip to content

Commit

Permalink
integration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Oct 11, 2023
1 parent 5c04f6b commit 6aeb5f5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Integration

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20
- run: node --test --experimental-test-coverage

0 comments on commit 6aeb5f5

Please sign in to comment.