Skip to content

chore: bump launch version v2.3.8 (#2100) #26

chore: bump launch version v2.3.8 (#2100)

chore: bump launch version v2.3.8 (#2100) #26

Workflow file for this run

name: Test CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Running Tests
run: |
docker-compose -f docker-compose-test.yaml build --no-cache \
&& docker compose -f docker-compose-test.yaml run kubefirst-unit-tests