Skip to content

Commit

Permalink
fix: add missing runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
TN1ck committed Apr 28, 2024
1 parent b984b4b commit d6c55c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Run unit tests
on:
workflow_dispatch:
push:
branches:
- '**'
branches: '**'

jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit d6c55c2

Please sign in to comment.