Skip to content

Commit

Permalink
Add pull-cli-unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Jan 15, 2024
1 parent ca74681 commit 5d5a539
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pull-cli-unit-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: pull-cli-unit-test
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
unit-tests:
name: run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout Kyma CLI
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run Unit Tests
run: make test
7 changes: 0 additions & 7 deletions prow/pre-cli-e2e.sh

This file was deleted.

0 comments on commit 5d5a539

Please sign in to comment.