Maybe this will work

This commit is contained in:
alexkar598
2020-10-12 15:00:20 -04:00
parent 196e3b6586
commit 0293199ff6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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