Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 9, 2024
1 parent b55a7c0 commit dc5b667
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dev_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,25 @@ jobs:
run:
name: Run action
runs-on: ubuntu-latest
strategy:
matrix:
amxxVersion: ['1.10.x', '1.9.x']

steps:
- uses: actions/[email protected]

- name: Setup AMXXPawn Compiler
uses: ./
with:
version: "1.10.x"
version: ${{ matrix.amxxVersion }}

- name: Verify compiler
run: |
echo "which amxxpc: $(which amxxpc)"
echo "includePath directory list: `$includePath`"
echo "includePath directory list: $includePath"
ls -l $includePath
echo "scriptingPath directory list: `$scriptingPath`"
echo "scriptingPath directory list: $scriptingPath"
ls -l $scriptingPath
amxxpc __tests__/compile.sma

0 comments on commit dc5b667

Please sign in to comment.