Skip to content

🧰 Prepare for Github action. #7

🧰 Prepare for Github action.

🧰 Prepare for Github action. #7

Workflow file for this run

name: 🧪 Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- name: 🧰 Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app'
- uses: actions/checkout@v3
- name: 🛠️ Build
run: swift build --package-path nibbles
- name: 🧪 Run tests
run: swift test --package-path nibbles