Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 2, 2024
1 parent 74e0ea9 commit 12d64fa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Corehub CI

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

jobs:
build:
build-and-test:
runs-on: ubuntu-latest

steps:
Expand All @@ -31,6 +31,10 @@ jobs:
- name: Check Prettier
run: npm run format

# Run tests
- name: Run Tests
run: npm run test

all:
needs: [build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12d64fa

Please sign in to comment.