Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 23, 2025
1 parent a1ea808 commit 56fea61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci-scripts/test-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if [ -n "${PLATFORM}" ]; then
ponyup default "${PLATFORM}"
fi

ponyup update ponyc nightly
ponyup update corral nightly
ponyup update ponyc release
ponyup update corral release

${MAKE} clean
${MAKE} ssl=${SSL}
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
run: |
brew update
brew install libressl
- name: What is here
run: |
echo "what is here"
ls -alh
- name: Bootstrap test
run: SSL=0.9.0 .ci-scripts/test-bootstrap.sh

Expand Down

0 comments on commit 56fea61

Please sign in to comment.