mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 04:27:19 +01:00
Fix issues with nix regeneration/validation
This commit is contained in:
@@ -99,9 +99,7 @@ jobs:
|
||||
name: Validate Nix Flake
|
||||
needs: start-gate
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
env:
|
||||
TEST_TGS_VERSION: "6.17.0" # Version we use here doesn't matter as it won't be executed. Just used to download a zip and calc hash
|
||||
timeout-minutes: 90
|
||||
steps:
|
||||
- name: Install Native Packages # Name checked in rerunFlakyTests.js
|
||||
run: |
|
||||
|
||||
@@ -5,6 +5,7 @@ on:
|
||||
paths:
|
||||
- '**.csproj'
|
||||
- '**.props'
|
||||
- '**.yml'
|
||||
branches:
|
||||
- dev
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user