i bet itll work #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test macos | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- "main" | |
jobs: | |
build: | |
name: Testing macos request | |
runs-on: ubuntu-latest | |
steps: | |
- shell: bash | |
run: | | |
set -xe | |
curl https://api.github.com/repos/geode-sdk/geode/releases/tags/nightly > out.json | |
cat out.json | |