Skip to content

Commit

Permalink
fix: github actions syntax
Browse files Browse the repository at this point in the history
Authored-by: Nick Rohn <nrohn@vmware.com>
  • Loading branch information
notrepo05 committed Jun 18, 2021
1 parent b93d2ab commit 36e523c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- id: compute_test_matrices
name: Compute Test Matrices
run: .github/tasks/test.sh
- id: run_unit_tests
name: Run unit tests
run: .github/tasks/test.sh

0 comments on commit 36e523c

Please sign in to comment.