Skip to content

feat: allow to dynamically reload spacelift credentials from secret #207

feat: allow to dynamically reload spacelift credentials from secret

feat: allow to dynamically reload spacelift credentials from secret #207

Workflow file for this run

name: 🧪 Test
on:
push:
branches: [ "main" ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
unit:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with: { go-version-file: 'go.mod'}
- name: Test
run: make test-ci