Custom container to speed up actions
Build Docker Image for Actions / Check-Last-Time (push) Successful in 4s Details
Build Docker Image for Actions / Build-Image (push) Has been skipped Details
Code Quality Test / Quality-Check (push) Failing after 10s Details
Environment Setup Test / Setup (push) Successful in 30s Details

custom-container-actions
drunkendog 2023-08-28 18:36:37 +01:00
parent 682a8337f3
commit f217b36bdc
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
Quality-Check:
runs-on: ubuntu-22.04
container: drunkendog/standard-build-actions
steps:
- name: Check out repository code
uses: actions/checkout@v3