diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b81c7b..f8a8db1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,8 @@ jobs: # Built first: a compile error should fail before a test suite spends # minutes reaching the same conclusion more slowly. - - name: Build - uses: ./.github/actions/build - - name: Test uses: ./.github/actions/test + + - name: Build + uses: ./.github/actions/build