Skip to content

Update CloudWatch client to send payload in POST body instead of URL … #121

Update CloudWatch client to send payload in POST body instead of URL …

Update CloudWatch client to send payload in POST body instead of URL … #121

Workflow file for this run

name: build
on:
push:
branches: [ main, smoke-aws-generate-2.x, smoke-aws-generate-1.x ]
pull_request:
branches: [ main, smoke-aws-generate-2.x, smoke-aws-generate-1.x ]
jobs:
Build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
swift: ["5.7.2"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v1.21.0
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
- name: Build
run: swift build -c release
Build20:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
swift: ["5.6.3", "5.5.3"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v1.21.0
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
- name: Build
run: swift build -c release