Skip to content

Implement build-and-test Github Actions CI using AWS spot instances #26

Implement build-and-test Github Actions CI using AWS spot instances

Implement build-and-test Github Actions CI using AWS spot instances #26

name: Build And Test (x86-64)
on: [push, pull_request]
jobs:
build-and-test-x86-64:
uses: ./.github/workflows/build-and-test.yml
with:
architecture: x86_64
instance_type: c5.9xlarge
secrets: inherit