Skip to content

Revert "ci: add core container images index (#359)" (#360) #842

Revert "ci: add core container images index (#359)" (#360)

Revert "ci: add core container images index (#359)" (#360) #842

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Unit tests
run: |
go test -v -covermode=atomic -coverprofile=../coverage.out ./...
working-directory: go-index