Skip to content

Commit 3ad3d00

Browse files
committed
update
1 parent bdb77b2 commit 3ad3d00

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/sub-module.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,12 @@ jobs:
3535
git commit -m "Sync submodules - Updated submodules" || echo "No changes to commit"
3636
git push origin submodule-sync-${{ github.sha }}
3737
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

Comments
 (0)