forked from OpenAPITools/openapi-generator
-
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 #1 from OpenAPITools/master
atualizar master
- Loading branch information
Showing
20,163 changed files
with
688,488 additions
and
1,228,277 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Docker tests | ||
|
||
on: | ||
push: | ||
paths: | ||
- Dockerfile | ||
- run-in-docker.sh | ||
- pom.xml | ||
- modules/openapi-generator-online/pom.xml | ||
- modules/openapi-generator-online/Dockerfile | ||
pull_request: | ||
paths: | ||
- Dockerfile | ||
- run-in-docker.sh | ||
- pom.xml | ||
- modules/openapi-generator-online/pom.xml | ||
- modules/openapi-generator-online/Dockerfile | ||
jobs: | ||
build: | ||
name: 'Build: Docker' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Test run-in-docker.sh | ||
shell: bash | ||
run: | | ||
sed -i 's/ -it / /g' run-in-docker.sh | ||
./run-in-docker.sh mvn clean install | ||
- name: Build Dockerfile | ||
shell: bash | ||
run: docker build . | ||
|
||
- name: Build modules/openapi-generator-online | ||
shell: bash | ||
run: | | ||
docker build modules/openapi-generator-online/ -t test |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.