Update dev_pipeline.yaml
Dev testing pipeline / BuildAndTest (push) Failing after 5m14s Details

This commit is contained in:
Vasya Ryzhkoff 2024-07-27 13:47:19 +07:00
parent ded73b173d
commit 7e5bbdecd8
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ on:
jobs: jobs:
BuildAndTest: BuildAndTest:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-22.04
steps: steps:
- name: List Base info 👓 - name: List Base info 👓
run: | run: |