made changes to redirect csp logs to file

This commit is contained in:
Atharva Mulmuley
2021-04-29 15:43:08 +05:30
parent dd44a570b3
commit 73a2562285
3 changed files with 10 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
#runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest
#runs-on: self-hosted
# Steps represent a sequence of tasks that will be executed as part of the job
steps: