-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from keboola/PST-1507-marek-fix-403-fail-as-su…
…ccess Fix/PST-1507 - Mark run as error if all fetched tables fails
- Loading branch information
Showing
6 changed files
with
46 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,10 +43,9 @@ App is developed on localhost using TDD. | |
|
||
1. Clone from repository: `git clone [email protected]:keboola/google-drive-writer.git` | ||
2. Change directory: `cd google-drive-writer` | ||
3. Install dependencies: `composer install --no-interaction` | ||
4. Create `tests.sh` file from template `tests.sh.template`. | ||
5. You will need working OAuth credentials. | ||
3. Install dependencies: `docker compose run --rm dev composer install` | ||
4. You will need working OAuth credentials. | ||
- Go to Googles [OAuth 2.0 Playground](https://developers.google.com/oauthplayground). | ||
- In the configuration (the cog wheel on the top right side) check `Use your own OAuth credentials` and paste your OAuth Client ID and Secret. | ||
- Go through the authorization flow and generate `Access` and `Refresh` tokens. Copy and paste them into the `tests.sh` file. | ||
6. Run the tests: `./tests.sh` | ||
- Go through the authorization flow and generate `Access` and `Refresh` tokens. Copy and paste them into the `.env` file. | ||
5. Run the tests: `docker compose run --rm dev composer tests` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters