Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Jan 29, 2024
1 parent 8ad6334 commit 87fb99e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
ARTIFACT=$(make help | grep 'Artifact: ')
echo "name=${ARTIFACT#'Artifact: '}" >> $GITHUB_OUTPUT
- name: Change artifact permissions
run: sudo chmod a+r ${{ steps.artifact.outputs.name }}

- name: Upload locally built artifact
uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
name: charmed-spark
path: charmed-spark

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


- name: Run tests
run: |
# Unpack Artifact
Expand Down

0 comments on commit 87fb99e

Please sign in to comment.