Skip to content

Commit

Permalink
Merge pull request #666 from microsoft/665-front-end-tests-failing
Browse files Browse the repository at this point in the history
665 front end tests failing
  • Loading branch information
mdeitner authored Jul 15, 2022
2 parents 2e20334 + fa140fa commit ed946b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
WEBAPP_STORAGE_KEY: ${{ secrets.WEBAPP_STORAGE_KEY }}
TAKE_PHOTO_MODE_ENABLED: ${{ secrets.TAKE_PHOTO_MODE_ENABLED }}
OFFLINE_MODE_ENABLED: ${{ secrets.OFFLINE_MODE_ENABLED }}
DURABLE_CACHE_ENABLED: ${{ secrets.DURABLE_CACHE_ENABLED }}

deploy-staging:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -125,6 +126,7 @@ jobs:
WEBAPP_STORAGE_KEY: ${{ secrets.WEBAPP_STORAGE_KEY }}
TAKE_PHOTO_MODE_ENABLED: ${{ secrets.TAKE_PHOTO_MODE_ENABLED }}
OFFLINE_MODE_ENABLED: ${{ secrets.OFFLINE_MODE_ENABLED }}
DURABLE_CACHE_ENABLED: ${{ secrets.DURABLE_CACHE_ENABLED }}

deploy-demo:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -160,6 +162,7 @@ jobs:
WEBAPP_STORAGE_KEY: ${{ secrets.WEBAPP_STORAGE_KEY }}
TAKE_PHOTO_MODE_ENABLED: ${{ secrets.TAKE_PHOTO_MODE_ENABLED }}
OFFLINE_MODE_ENABLED: ${{ secrets.OFFLINE_MODE_ENABLED }}
DURABLE_CACHE_ENABLED: ${{ secrets.DURABLE_CACHE_ENABLED }}

deploy-production:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/config/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"enabled": false
},
"durableCache": {
"enabled": true
"enabled": false
}
}
}

0 comments on commit ed946b9

Please sign in to comment.