test
Some checks failed
/ build (pull_request) Failing after 16s

This commit is contained in:
Jonas 2024-09-17 18:51:24 +02:00
parent 0eb4c290d0
commit 575ced1b95
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM
2 changed files with 4 additions and 7 deletions

View file

@ -1,17 +1,13 @@
on: [pull_request]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:ci
steps:
- run: ls -l /
- run: ls -l /opt
- run: echo 'lol' >> /opt/hostedtoolcache/omg.txt
- run: cat /opt/hostedtoolcache/omg.txt
- name: lol
run: |
output=$(cat ./output.txt)
output=$(cat output.txt)
echo $output
curl -vvv -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea