Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed May 22, 2023
1 parent f04bc30 commit 0d804a4
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 325 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/choco-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Build the chocolatey package
run: make choco
- name: Add api key for choco community feed
shell: pwsh
env:
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
run: choco apikey --key "$env:CHOCO_API_KEY" --source https://push.chocolatey.org/
- name: Push the choco to community.chocolatey.org
run: choco push ./packaging/chocolatey/crc/*.nupkg --source https://push.chocolatey.org/
- name: Upload nupkg artifact
uses: actions/upload-artifact@v3
with:
name: crc-chocolatey-nupkg-${{ github.event.release.tag_name }}
path: "./packaging/chocolatey/crc/*.nupkg"
- name: env test
env:
ENV_TEST: ${{ github.event.release.tag_name }}
run: echo ${ENV_TEST}
- name: env test2
run: echo ${GITHUB_REF_NAME}; echo $GITHUB_REF_NAME
shell: bash
- name: event test
run: echo "${{ github.event.release.tag_name }}"
54 changes: 0 additions & 54 deletions .github/workflows/macos-installer.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/macos-microshift.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/make-check-win.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/make-check.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/make-rpm.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/publish-docs.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/release.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/windows-chocolatey.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/windows-installer.yml

This file was deleted.

0 comments on commit 0d804a4

Please sign in to comment.