Skip to content

Bump github.com/apple/swift-nio-http2 from 1.18.4 to 1.19.2 in /Packages/CatbirdApp #70

Bump github.com/apple/swift-nio-http2 from 1.18.4 to 1.19.2 in /Packages/CatbirdApp

Bump github.com/apple/swift-nio-http2 from 1.18.4 to 1.19.2 in /Packages/CatbirdApp #70

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request:
branches:
- '**'
jobs:
test-macos:
name: Test on macOS
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and test
run: make test
test-linux:
name: Test on Linux
runs-on: ubuntu-20.04
container:
image: swift:5.5.1-focal
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test catbird app
run: swift test --package-path Packages/CatbirdApp --disable-automatic-resolution
test-linux-build:
name: Build on Linux
runs-on: ubuntu-20.04
container:
image: swift:5.5.1-focal
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build catbird app
id: build
run: .github/scripts/linux-build.sh
shell: bash
- name: Upload binary
uses: actions/upload-artifact@v2
with:
name: catbird-linux
path: catbird-linux