mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
set names
This commit is contained in:
parent
53caba70f4
commit
9320ef5bad
7 changed files with 12 additions and 2 deletions
30
.github/workflows/test_variables.yml
vendored
30
.github/workflows/test_variables.yml
vendored
|
|
@ -1,30 +0,0 @@
|
|||
name: Repo Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
variables:
|
||||
name: Check variables are listed
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run test
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y make
|
||||
make test/repo/install-deps
|
||||
make test/repo
|
||||
Loading…
Add table
Add a link
Reference in a new issue