Skip to content

Commit

Permalink
ci: test profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 28, 2023
1 parent ddc1e67 commit f54b43b
Show file tree
Hide file tree
Showing 9 changed files with 4,507 additions and 707 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: sh test/profiles.sh
Loading

0 comments on commit f54b43b

Please sign in to comment.