From 2bf146c5c710d8c198fd9be3ed0dc171190d83a9 Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Wed, 24 Feb 2021 16:39:29 -0500 Subject: [PATCH] Run CI tests before dotnet schema tests --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8116e7305..39ee51dbf6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,14 +22,14 @@ jobs: run: npm ci working-directory: ./tools - - name: Deployments Schema tests - run: dotnet test DeploymentsSchemaTests/DeploymentsSchemaTests.csproj - working-directory: ./tools - - name: Run CI tests run: npm test working-directory: ./tools + - name: Deployments Schema tests + run: dotnet test DeploymentsSchemaTests/DeploymentsSchemaTests.csproj + working-directory: ./tools + automerge: runs-on: ubuntu-latest needs: build