Skip to content

Commit

Permalink
test disable
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Apr 4, 2024
1 parent 08b5395 commit 853816f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- name: "☁️ Setup runner"
uses: ./.github/workflows/manage-runner-pre

########################################
# Build and test
########################################
- name: "🚀 Building"
uses: ./.github/workflows/build
with:
ssh_pk_workflow: ${{ secrets.SSH_PK_WORKFLOW }}
- run: bazel test ...
name: "🚀 Testing"
# ########################################
# # Build and test
# ########################################
# - name: "🚀 Building"
# uses: ./.github/workflows/build
# with:
# ssh_pk_workflow: ${{ secrets.SSH_PK_WORKFLOW }}
# - run: bazel test ...
# name: "🚀 Testing"

########################################
# Upload test artifacts
Expand Down

0 comments on commit 853816f

Please sign in to comment.