1
0
mirror of https://github.com/maxgoedjen/secretive.git synced 2025-04-13 11:02:11 +00:00
secretive/.github/workflows/test.yml
Workflow config file is invalid. Please check your config file: yaml: line 14: could not find expected ':'
Max Goedjen 6824f0130a
Test
2022-01-01 16:30:26 -08:00

17 lines
326 B
YAML

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: macos-11.0
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_13.2.1.app
- name: Test
run: |
pushd Sources/Packages
swift test
popd