Skip to content

Update swift.yml

Update swift.yml #11

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: szenius/[email protected]
with:
timezoneLinux: "Australia/Melbourne"
timezoneMacos: "Australia/Melbourne"
timezoneWindows: "Australia/Melbourne"
# - uses: BinaryBirds/[email protected]
- name: Set Au locale
run: |
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
#- name: Build
# run: swift build -v
- name: Run tests
run: swift test -v