From 805fb91aa35b9837fa42456af8a67851fb8067f8 Mon Sep 17 00:00:00 2001 From: Daniel Lima Date: Tue, 31 Oct 2023 12:09:55 -0300 Subject: [PATCH] update CI test call order --- .github/workflows/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index f2ffa2d..ecdf51e 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -27,8 +27,6 @@ jobs: run: yarn graph:auth -- ${{ secrets.THEGRAPH_API_KEY }} - name: Build Goerli run: npm run build:goerli - - name: Test - run: npm run test - name: Deploy Goerli Hosted Service run: npm run deploy:goerli - name: Build Mumbai @@ -37,6 +35,8 @@ jobs: # run: npm run deploy:mumbai - name: Build Polygon run: npm run build:polygon + - name: Test + run: npm run test - name: Subgraph Deploy Polygon Satsuma run: npx graph deploy polygon-roles-registry --version-label ${{ github.sha }} --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key ${{ secrets.SATSUMA_DEPLOY_KEY }} - name: Subgraph Promote Polygon Satsuma