Skip to content

[Fix] Use source() call in staging template #14

[Fix] Use source() call in staging template

[Fix] Use source() call in staging template #14

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: ">=1.22.1"
- name: Run main tests
run: go test
- name: Run `sourcerer` tests
run: |
cd sourcerer
go test