Skip to content

Commit

Permalink
Test out of disk error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Aug 21, 2024
1 parent 8b9bfc1 commit eb7b949
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build-out-of-disk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: build-out-of-disk

on:
push:
branches: [main]

permissions:
id-token: write
contents: read

jobs:
deploy:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- run: |
docker pull cimg/unity:9.9
docker pull cimg/android:2024.08-ndk
docker pull cimg/openjdk:17.0.11-browsers
docker pull cimg/azure:2024.03
docker pull cimg/postgres:16.4-postgis
docker pull cimg/deploy:2024.08.1-node
docker pull cimg/python:3.12.5-node
docker pull cimg/rust:1.80.1-browsers
docker pull cimg/go:1.22.6-browsers

0 comments on commit eb7b949

Please sign in to comment.