Procházet zdrojové kódy

Run test_porter_cli.yml from new-release-tests

Mohammed Nafees před 4 roky
rodič
revize
259ee704cf
1 změnil soubory, kde provedl 6 přidání a 2 odebrání
  1. 6 2
      .github/workflows/prerelease.yaml

+ 6 - 2
.github/workflows/prerelease.yaml

@@ -251,8 +251,8 @@ jobs:
     name: Zip binaries, create release and upload assets
     name: Zip binaries, create release and upload assets
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     needs:
     needs:
-    - notarize
-    - build-linux
+      - notarize
+      - build-linux
     steps:
     steps:
       - name: Get tag name
       - name: Get tag name
         id: tag_name
         id: tag_name
@@ -517,3 +517,7 @@ jobs:
         run: gh workflow run porter_test_docker_production.yml --repo porter-dev/new-release-tests
         run: gh workflow run porter_test_docker_production.yml --repo porter-dev/new-release-tests
         env:
         env:
           GITHUB_TOKEN: ${{ secrets.PORTER_DEV_GITHUB_TOKEN }}
           GITHUB_TOKEN: ${{ secrets.PORTER_DEV_GITHUB_TOKEN }}
+      - name: Run test_porter_cli.yml workflow
+        run: gh workflow run test_porter_cli.yml --repo porter-dev/new-release-tests
+        env:
+          GITHUB_TOKEN: ${{ secrets.PORTER_DEV_GITHUB_TOKEN }}