Skip to content

Commit

Permalink
Merge pull request #2342 from posit-dev/kg-forgot-package
Browse files Browse the repository at this point in the history
Fixes for Nightly job
  • Loading branch information
kgartland-rstudio authored Oct 2, 2024
2 parents 7e07f78 + 5b985e6 commit 28034e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.runs-on == 'macos-latest'

- run: chmod -R +x ./bin
- run: echo "${FUZZBUCKET_SSH_KEY}" > test/fuzzbucket-ssh-key && chmod 600 test/fuzzbucket-ssh-key
- run: echo "${FUZZBUCKET_SSH_KEY}" > test/setup/fuzzbucket-ssh-key && chmod 600 test/setup/fuzzbucket-ssh-key
- run: just bats install
- run: just bats test common
- run: just bats test init
Expand Down Expand Up @@ -130,10 +130,10 @@ jobs:
if: matrix.runs-on == 'windows-latest'
- name: Extract dist on macos
run: |
unzip dist/*-darwin-amd64.vsix -d dist/ext
unzip dist/*-darwin-arm64.vsix -d dist/ext
if: matrix.runs-on == 'macos-latest'
- run: chmod -R +x ./bin
- run: echo "${FUZZBUCKET_SSH_KEY}" > test/fuzzbucket-ssh-key && chmod 600 test/fuzzbucket-ssh-key
- run: echo "${FUZZBUCKET_SSH_KEY}" > test/setup/fuzzbucket-ssh-key && chmod 600 test/setup/fuzzbucket-ssh-key

# vscode ui tests
- run: just vscode configure
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
uses: ./.github/workflows/agent.yaml
build:
uses: ./.github/workflows/build.yaml
package:
needs: build
uses: ./.github/workflows/package.yaml
contract-deps:
secrets: inherit
uses: ./.github/workflows/contract-deps.yaml
Expand Down

0 comments on commit 28034e3

Please sign in to comment.