Update Workspace #25
Workflow file for this run
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
# Swift 5.7 (Amazon Linux).yaml | |
# | |
# This source file is part of the SDGInterface open source project. | |
# https://sdggiesbrecht.github.io/SDGInterface | |
# | |
# Copyright ©2021–2024 Jeremy David Giesbrecht and the SDGInterface project contributors. | |
# | |
# Soli Deo gloria. | |
# | |
# Licensed under the Apache Licence, Version 2.0. | |
# See http://www.apache.org/licenses/LICENSE-2.0 for licence information. | |
name: Swift 5.7 (Amazon Linux) | |
on: [push, pull_request] | |
jobs: | |
Swift_5_7_Amazon_Linux: | |
name: Swift 5.7 (Amazon Linux) | |
runs-on: ubuntu-20.04 | |
container: swift:5.7.3-amazonlinux2 | |
env: | |
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true | |
steps: | |
- name: Check out | |
uses: actions/checkout@v2 | |
- name: Validate | |
shell: bash | |
run: | | |
set -x | |
swift test |