Skip to content

Commit

Permalink
chore: add data edge ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Mar 19, 2024
1 parent 67fd967 commit 6c06202
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci-data-edge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CI - packages/data-edge

env:
CI: true

on:
push:
branches: "*"
paths:
- packages/data-edge/**
pull_request:
branches: "*"
paths:
- packages/data-edge/**
workflow_dispatch:

jobs:
test-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- name: Run tests
run: yarn test

0 comments on commit 6c06202

Please sign in to comment.