mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-21 04:53:44 +01:00
Maybe this will work
This commit is contained in:
@@ -116,7 +116,7 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Build Docker Image
|
||||
run: sudo -u \#1001 docker build . -f build/Dockerfile
|
||||
run: docker build . -f build/Dockerfile
|
||||
|
||||
linux-unit-tests:
|
||||
name: Linux Unit Tests
|
||||
|
||||
@@ -28,6 +28,7 @@ WORKDIR /repo/src/Tgstation.Server.Host
|
||||
COPY src/Tgstation.Server.Host/ClientApp ClientApp
|
||||
COPY src/Tgstation.Server.Host/Tgstation.Server.Host.csproj ./
|
||||
|
||||
RUN npm set unsafe-perm true
|
||||
RUN dotnet msbuild -target:NpmBuild
|
||||
|
||||
WORKDIR /repo
|
||||
|
||||
Reference in New Issue
Block a user