Skip to content

Update dependency apple/swift-collections to from: "1.1.4" #209

Update dependency apple/swift-collections to from: "1.1.4"

Update dependency apple/swift-collections to from: "1.1.4" #209

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
set -ex
for dir in Versions/*; do
if [[ -d "$dir" && ("$dir" == Versions/5.3* || "$dir" == Versions/5.4*) ]]; then
docker build --rm --no-cache "$dir"
docker system prune -a -f
fi
done