mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
split tests and verify vars are listed
This commit is contained in:
parent
ab71d0a291
commit
e1a26498c4
4 changed files with 102 additions and 7 deletions
24
.github/workflows/variables.yml
vendored
Normal file
24
.github/workflows/variables.yml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
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: Run test
|
||||
run: |
|
||||
/bin/bash bash tests/repo/vars.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue