Skip to content

Commit

Permalink
temporarily disable artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jperl committed Mar 10, 2020
1 parent 4cf5e0a commit 484e405
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e-linux.yml
Expand Up @@ -11,8 +11,8 @@ jobs:
matrix:
node-version: [12.x]

env:
QAW_ARTIFACT_PATH: ${{ github.workspace }}/artifacts
# env:
# QAW_ARTIFACT_PATH: ${{ github.workspace }}/artifacts

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -48,11 +48,11 @@ jobs:
env:
CI: true

- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@master
with:
name: artifacts
path: ${{ github.workspace }}/artifacts
# - name: Upload Artifacts
# if: always()
# uses: actions/upload-artifact@master
# with:
# name: artifacts
# path: ${{ github.workspace }}/artifacts

timeout-minutes: 20
16 changes: 8 additions & 8 deletions .github/workflows/e2e-windows.yml
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
runs-on: windows-2019

env:
QAW_ARTIFACT_PATH: ${{ github.workspace }}\artifacts
# env:
# QAW_ARTIFACT_PATH: ${{ github.workspace }}\artifacts

steps:
- uses: actions/setup-node@v1
Expand All @@ -30,11 +30,11 @@ jobs:
# Windows throws invalid js for linked binaries unless we call node directly
node ./node_modules/qawolf test --all-browsers --headless --rootDir=./test/.qawolf
- name: Upload Artifacts
if: always()
uses: actions/upload-artifact@master
with:
name: qawolf
path: ${{ github.workspace }}\artifacts
# - name: Upload Artifacts
# if: always()
# uses: actions/upload-artifact@master
# with:
# name: qawolf
# path: ${{ github.workspace }}\artifacts

timeout-minutes: 20

0 comments on commit 484e405

Please sign in to comment.