Skip to content

Commit

Permalink
Tests (#8)
Browse files Browse the repository at this point in the history
* Run tests in workflow

* Wrong branch

* Remove dep
  • Loading branch information
Baltoli authored Mar 5, 2024
1 parent f0f3e7f commit 6ed69f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 'Test PR'
on:
pull_request:
types: [opened, edited, reopened, synchronize]
branches:
- 'develop'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -12,7 +10,6 @@ jobs:
format-check:
name: 'Check code formatting'
runs-on: ubuntu-latest
needs: version-sync
steps:
- name: 'Check out code'
uses: actions/checkout@v4
Expand Down

0 comments on commit 6ed69f7

Please sign in to comment.