Skip to content

[CI] is there a way of testing this that doesn't result in a bajillio… #12

[CI] is there a way of testing this that doesn't result in a bajillio…

[CI] is there a way of testing this that doesn't result in a bajillio… #12

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
wordlist: [Original, Sellout]
steps:
- uses: actions/checkout@v3
- uses: robinraju/release-downloader@v1.8
with:
repository: "CE-Programming/toolchain"
latest: true
fileName: "CEdev-Linux.tar.gz"
out-file-path: ""
extract: true
- name: Set up PATH
run: echo "PATH=$PATH:${{ github.workspace }}/CEdev/bin" >> $GITHUB_ENV
- name: Make gfx
run: make gfx
- name: Run make
run: make
env:
SELLOUT: ${{ (matrix.wordlist == "Sellout") && 1 || 0 }}

Check failure on line 38 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Makefile CI

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 38, Col: 18): Unexpected symbol: '"Sellout"'. Located at position 21 within expression: (matrix.wordlist == "Sellout") && 1 || 0
- name: Create artifact
uses: actions/upload-artifact@v3
with:
name: Wordle ${{ matrix.wordlist }}
path: bin/WORDLE.8xp