1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

GHA: Try dumping runner contexts

This commit is contained in:
A Holt 2023-06-08 15:04:52 -04:00 committed by GitHub
parent 81ba0fc7b7
commit dddd7ce0b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,23 @@ jobs:
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
#- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
#- name: Check out repository code
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJSON(matrix) }}
run: echo "$MATRIX_CONTEXT"
- uses: actions/checkout@v3.1.0
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJSON(matrix) }}
run: echo "$MATRIX_CONTEXT"
- uses: pguyot/arm-runner-action@v2
with:
image_additional_mb: 1024
@ -44,7 +60,6 @@ jobs:
echo "🍏 This job's status is ${{ job.status }}."
echo -e "Complete 'runner context':\n{{ $matrix }}"
uname -srm
hostnamectl
grep Model /proc/cpuinfo
whoami # runner
pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }}