Skip to content

Commit

Permalink
Add debugging session
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Jun 14, 2024
1 parent bef6fdc commit f73bfd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
env: [integration]
k8s_version: ["1.28/stable","1.29/stable", "1.30/beta" ]
fail-fast: false
env:
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -44,13 +47,10 @@ jobs:
name: charmed-spark
path: charmed-spark

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Run tests
env:
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
run: |
# Unpack Artifact
mv charmed-spark/${{ steps.artifact.outputs.base_artifact_name }} .
Expand Down

0 comments on commit f73bfd9

Please sign in to comment.