From 46adbb423fe8c8867e7f00d2c14269eebff8c545 Mon Sep 17 00:00:00 2001 From: Matteo Bunino <48362942+matbun@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:10:35 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbdda12c..714d6ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: integration-tests on: push: - branches: [main] + # branches: [main] pull_request: jobs: @@ -38,6 +38,7 @@ jobs: with: workdir: ci verb: call - args: build-container --context=.. --dockerfile=../env-files/torch/Dockerfile publish + # args: build-container --context=.. --dockerfile=../env-files/torch/Dockerfile publish + args: build-container --context=.. --dockerfile=../env-files/torch/Dockerfile test-remote --kubeconfig-str "${{ secrets.KUBECONFIG_INFN }}" cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} - version: "latest" \ No newline at end of file + version: "latest"