Skip to content

update CI

update CI #66

Workflow file for this run

name: Development Workflow
on:
push:
branches-ignore:
- 'master'
jobs:
run:
name: Run action
runs-on: ubuntu-latest
strategy:
matrix:
amxxVersion: ['1.10.x', '1.9.x']
steps:
- uses: actions/checkout@v4.1.1
- name: Setup AMXXPawn Compiler
uses: ./
with:
version: ${{ matrix.amxxVersion }}
- name: Verify compiler
run: |
echo "which amxxpc: $(which amxxpc)"
echo "includePath directory list: $includePath"
ls -l $includePath
echo "scriptingPath directory list: $scriptingPath"
ls -l $scriptingPath
amxxpc __tests__/compile.sma