Skip to content

GitHub Action to install TGF #186

GitHub Action to install TGF

GitHub Action to install TGF #186

Workflow file for this run

name: Test Install
on:
pull_request:
branches:
- master
- main
jobs:
posix:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.sh
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.ps1
action:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- run: echo $env:PATH
- run: "ls env:"
- run: "ls variable:"
- uses: actions/checkout@v4
- uses: ./
with:
ref: ${{ github.head_ref }}
- run: tgf --help-tgf