Skip to content

Update experiment.yaml #6

Update experiment.yaml

Update experiment.yaml #6

Workflow file for this run

name: Experiment
on:
push:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: pstree -c -l
- run: |
cat /proc/$$/cmdline | tr '\000-\037' ' '
cat /proc/$PPID/cmdline | tr '\000-\037' ' '
- run: |
echo "$0"
ls -la "$0"
cat "$0"
echo "$0" | rev | cut -d / -f 1 | rev | xargs ls -la
- run: printenv
- run: set