Parcourir la source

Update dev_cli.yml (#3961)

d-g-town il y a 2 ans
Parent
commit
f6eb1e74c0
1 fichiers modifiés avec 14 ajouts et 0 suppressions
  1. 14 0
      .github/workflows/dev_cli.yml

+ 14 - 0
.github/workflows/dev_cli.yml

@@ -86,3 +86,17 @@ jobs:
         run: |
           docker tag ghcr.io/porter-dev/porter/porter-cli:dev ghcr.io/porter-dev/porter/porter-cli:dev
           docker push ghcr.io/porter-dev/porter/porter-cli:dev
+  run-integration-tests:
+    name: run integration tests to test new build
+    runs-on: ubuntu-latest
+    needs: build-push-docker-cli
+    steps:   
+    - name: Porter app run
+      uses: porter-dev/porter-cli-action@v0.1.0
+      with:
+        command: app run app-integration-tests -- /app/trigger
+      env:
+        PORTER_CLUSTER: "142"
+        PORTER_HOST: https://dashboard.internal-tools.porter.run
+        PORTER_PROJECT: "301"
+        PORTER_TOKEN: ${{ secrets.APP_INTEGRATION_PROJECT_TOKEN }}