Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 30, 2023
1 parent 12bf56a commit ca2b0a4
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
name: CLI tests
on:
workflow_call:
inputs:
make_target:
description: 'Make target to execute'
type: string
required: true
push:
branches:
- fix-deps

jobs:
integration_tests:
Expand Down Expand Up @@ -41,23 +38,6 @@ jobs:
lfs: true
ref: ${{ github.event.pull_request.head.sha }}

- name: Enable Go modules cache
uses: percona-platform/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ matrix.os }}-go-${{ matrix.go-version }}-modules-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ matrix.os }}-go-${{ matrix.go-version }}-modules-
- name: Enable Go build cache
uses: percona-platform/cache@v3
with:
path: ~/.cache/go-build
key: ${{ matrix.os }}-go-${{ matrix.go-version }}-build-${{ github.ref }}-${{ hashFiles('**') }}
restore-keys: |
${{ matrix.os }}-go-${{ matrix.go-version }}-build-${{ github.ref }}-
${{ matrix.os }}-go-${{ matrix.go-version }}-build-

# https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
# https://minikube.sigs.k8s.io/docs/drivers/docker/
Expand Down

0 comments on commit ca2b0a4

Please sign in to comment.