Skip to content

action.yaml: Determine default memory/cpu based on host cpu/memory wh… #489

action.yaml: Determine default memory/cpu based on host cpu/memory wh…

action.yaml: Determine default memory/cpu based on host cpu/memory wh… #489

Workflow file for this run

name: build and run unit tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ ubuntu-22.04 ]
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
path: src/little-vm-helper
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: "src/little-vm-helper/go.mod"
- name: Build and run Go tests
run: |
cd src/little-vm-helper
make