Test CI
Some checks failed
/ test (push) Failing after 9s

This commit is contained in:
Théo Barnouin 2024-10-23 17:41:50 +02:00
parent 6483464ab3
commit fc1e4cdc14

View file

@ -6,6 +6,10 @@ jobs:
container: container:
image: nixos/nix:2.24.9 image: nixos/nix:2.24.9
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: | - run: |
ls -alh ls -alh
echo "All set !" echo "All set !"
echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE
ls -alh