Browse Source

feat: swap details-check steps to fail faster

if the branch disappears the check will fail straight away rather then spend 1m download dependency's
pull/4240/head
Daniel Gibbs 2 years ago
parent
commit
44931f7995
  1. 6
      .github/workflows/details-check.yml

6
.github/workflows/details-check.yml

@ -31,12 +31,12 @@ jobs:
matrix: ${{ fromJSON(needs.create-matrix.outputs.matrix) }}
steps:
- name: Install dependencies
run: sudo apt-get install libxml2-utils jq
- name: Download linuxgsm.sh
run: wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/${GITHUB_REF#refs/heads/}/linuxgsm.sh; chmod +x linuxgsm.sh
- name: Install dependencies
run: sudo apt-get install libxml2-utils jq
- name: Grab server
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./linuxgsm.sh ${{ matrix.shortname }}server

Loading…
Cancel
Save