Skip to content

Updated test-Linux CI workfow #136

Updated test-Linux CI workfow

Updated test-Linux CI workfow #136

Workflow file for this run

name: Test-Linux
on:
push:
branches: [ main ]
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- image: swift:5.8-focal
- image: swift:5.8-jammy
- image: swift:5.8-centos7
- image: swift:5.8-amazonlinux2
- image: swift:5.8-rhel-ubi9
- image: swift:5.9-focal
- image: swift:5.9-jammy
- image: swift:5.9-centos7
- image: swift:5.9-amazonlinux2
- image: swift:5.9-rhel-ubi9
- image: swiftlang/swift:nightly-focal
- image: swiftlang/swift:nightly-jammy
- image: swiftlang/swift:nightly-amazonlinux2
container:
image: ${{ matrix.image }}
timeout-minutes: 10
steps:

Check failure on line 31 in .github/workflows/test-Linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-Linux.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
- uses: actions/checkout@v3
- name: ${{ matrix.image }}
run: swift build --build-tests -c debug