Skip to content

fix(ci): warning non-prefixed environment variable CI_PROJECT #23

fix(ci): warning non-prefixed environment variable CI_PROJECT

fix(ci): warning non-prefixed environment variable CI_PROJECT #23

Workflow file for this run

name: Unit testing
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.0'
- name: Start LocalStack
uses: LocalStack/[email protected]
with:
image-tag: '4.0.3'
env:
LOCALSTACK_CI_PROJECT: "${{ env.CI_PROJECT }}"
- run: go test -race ./...