FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebODM/.github/workflows/test-docker.yml at master · WebODM/WebODM · GitHub
WebODM
/
WebODM
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
4.2k
Code
Issues
48
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
WebODM
/
.github
/
workflows
/
test-docker.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
27 lines (24 loc) · 692 Bytes
Breadcrumbs
WebODM
/
.github
/
workflows
/
test-docker.yml
Copy path
File metadata and controls
27 lines (24 loc) · 692 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name
:
Test Docker
on
:
pull_request
:
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
docker
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
with
:
submodules
:
'
recursive
'
name
:
Checkout
-
name
:
Set Swap Space
uses
:
pierotofy/set-swap-space@master
with
:
swap-size-gb
:
12
-
name
:
Build and Test
run
:
|
docker compose -f docker-compose.yml -f docker-compose.build.yml build --build-arg TEST_BUILD=ON
docker compose -f docker-compose.yml -f docker-compose.build.yml up -d
sleep 20
docker compose exec -T webapp /webodm/webodm.sh test
Back
|
FazBrowse Home
|
New Git URL