Skip to content

bump gptscript to v0.8.2 (#24) #86

bump gptscript to v0.8.2 (#24)

bump gptscript to v0.8.2 (#24) #86

Workflow file for this run

name: test-gptscript-action
on:
pull_request:
push:
branches:
- 'main'
jobs:
test_gptscript_action:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
permissions: {}
name: Install gptscript and test presence in path
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install gptscript
uses: ./
- name: Check install!
run: gptscript --version
shell: bash
test_gptscript_action_custom:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
permissions: {}
name: Install Custom gptscript and test presence in path
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install gptscript
uses: ./
with:
gptscript-release: '0.1.4'
- name: Check install!
run: gptscript --version