Skip to content

Commit 6595711

Browse files
authored
Merge pull request #1526 from Azure/anthony-c-martin-patch-1
Run CI tests before dotnet schema tests
2 parents 51367f3 + 2bf146c commit 6595711

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
run: npm ci
2323
working-directory: ./tools
2424

25-
- name: Deployments Schema tests
26-
run: dotnet test DeploymentsSchemaTests/DeploymentsSchemaTests.csproj
27-
working-directory: ./tools
28-
2925
- name: Run CI tests
3026
run: npm test
3127
working-directory: ./tools
3228

29+
- name: Deployments Schema tests
30+
run: dotnet test DeploymentsSchemaTests/DeploymentsSchemaTests.csproj
31+
working-directory: ./tools
32+
3333
automerge:
3434
runs-on: ubuntu-latest
3535
needs: build

0 commit comments

Comments
 (0)