testing #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
jobs: | |
fteqcc_job: | |
runs-on: ubuntu-latest | |
name: Build quakec sources | |
steps: | |
- name: Hello world action step | |
id: qccbuild | |
uses: Paizo/qcc-docker-action@v0.0.1 | |
- name: pwdlogs | |
run: echo "pwdlogs was ${{ steps.qccbuild.outputs.pwdlogs }}" | |
- name: lslogs | |
run: echo "lslogs was ${{ steps.qccbuild.outputs.lslogs }}" | |
- name: QCC logs | |
run: echo "The build output was ${{ steps.qccbuild.outputs.qcclogs }}" |