Skip to content

docs: Added funding model platforms to FUNDING.yml and updated URLs i… #6

docs: Added funding model platforms to FUNDING.yml and updated URLs i…

docs: Added funding model platforms to FUNDING.yml and updated URLs i… #6

name: build_image_for_test
on:
workflow_dispatch:
push:
branches:
- 'test'
jobs:
build-2019:
runs-on: windows-2019
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Choco pack
uses: crazy-max/ghaction-chocolatey@v2
with:
args: pack
-
name: Choco install
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install dive -y -s .
- name: dive run
run: |
dive -v
shell: powershell
build-2022:
runs-on: windows-2022
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Choco pack
uses: crazy-max/ghaction-chocolatey@v2
with:
args: pack
-
name: Choco install
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install dive -y -s .
- name: dive run
run: |
dive -v
shell: powershell
-
name: Choco push
uses: crazy-max/ghaction-chocolatey@v2
with:
args: push --source https://www.myget.org/F/public-choco-dev/api/v2/package -k=${{ secrets.MYGET_API_KEY }}