๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the ATmosphere

workflows: add step for testing

Changed files
+2
.tangled
workflows
+2
.tangled/workflows/build.yaml
··· 31 31 ATFILE_DEVEL_ENABLE_PUBLISH: "0" 32 32 33 33 steps: 34 + - name: "Print system files" 35 + command: "find / -path /proc -prune -o -path /dev -prune -o -path /sys -prune -o -path /run -prune -o -print" 34 36 - name: "Debug" 35 37 command: "./atfile.sh something-broke" 36 38 - name: "Build"