Test run name
This commit is contained in:
parent
1945b41b4b
commit
c3dc83ff1d
5 changed files with 9 additions and 2 deletions
.forgejo/workflows
|
@ -1,3 +1,5 @@
|
|||
name: Build and deploy preview site
|
||||
run-name: Building and deploying pewview for version ${{ github.ref_name }}
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: Build and deploy production site
|
||||
run-name: Building and deploying release for version ${{ github.ref_name }}
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
name: Linting and checking code
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -9,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Check if Version in package.json matches Tag
|
||||
- name: Get version from package.json
|
||||
run: |
|
||||
VERSION=$(npm pkg get version --workspaces=false | tr -d \")
|
||||
echo "Version is: '$VERSION'";
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
name: Run unlighthouse-tests
|
||||
run-name: Run unlighthouse-tests for version ${{ inputs.containertag }}
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue