We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb77b2 commit 3ad3d00Copy full SHA for 3ad3d00
1 file changed
.github/workflows/sub-module.yml
@@ -35,3 +35,12 @@ jobs:
35
git commit -m "Sync submodules - Updated submodules" || echo "No changes to commit"
36
git push origin submodule-sync-${{ github.sha }}
37
38
+ test:
39
+ needs: sync_submodules
40
+ runs-on: ubuntu-latest
41
+ steps:
42
+ - name: Checkout repository
43
+ uses: actions/checkout@v3
44
+
45
+ - name: Run tests
46
+ uses: ./.github/actions/test.yml
0 commit comments