Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ere 148 #14

Merged
merged 7 commits into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Removed .env file and workflows now runs on Windows and contains the env
variables
  • Loading branch information
xbarrelet committed Jun 9, 2021
commit 45196f1a0fecf3f15b8cb742654dff6bc3027809
5 changes: 0 additions & 5 deletions .env

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/ci-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
env:
ERE_DIRECTORY_WATCHER_DIR: watch-pdf
ERE_TITUS_CONNECTOR_TLS_CERT_TRUST_STORE_DIR: $GITHUB_WORKSPACE/ere-ps-app/src/test/resources/certs
ERE_TITUS_CONNECTOR_TLS_CERT_TRUST_STORE_PWD: password

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
env:
ERE_DIRECTORY_WATCHER_DIR: watch-pdf
ERE_TITUS_CONNECTOR_TLS_CERT_TRUST_STORE_DIR: $GITHUB_WORKSPACE/src/test/resources/certs
ERE_TITUS_CONNECTOR_TLS_CERT_TRUST_STORE_PWD: password

steps:
- uses: actions/checkout@v2
Expand Down