Update to use public version of reusable workflows

This commit is contained in:
IvanZosimov
2022-12-14 13:20:26 +01:00
parent 4214866121
commit a35f420124
4 changed files with 8 additions and 4 deletions

View File

@@ -14,7 +14,8 @@ on:
jobs:
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
test-setup-multiple-versions:
runs-on: ${{ matrix.operating-system }}