Skip to content

Commit

Permalink
- updated unreal engine version for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbaber1 committed Oct 11, 2023
1 parent 6b5abca commit dbc1bdf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.git
node_modules
dist
6 changes: 3 additions & 3 deletions docs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
builds-docs:
image: node:18-alpine
volumes:
- ./:/home/node
- ./:/tmp/docs
environment:
TEST: 1
PROD: 1
GA_ID: $GA_ID
working_dir: /home/node
working_dir: /tmp/docs
entrypoint: npm
command: run build
2 changes: 1 addition & 1 deletion send2ue/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

## Tests Passing On
* Blender `3.3`, `3.6` (installed from blender.org)
* Unreal `5.1`, `5.2`
* Unreal `5.3`
2 changes: 1 addition & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'rpc_port': UNREAL_PORT,
'environment': environment,
'volumes': volumes,
'tag': 'unreal-engine:dev-slim-5.2',
'tag': 'unreal-engine:dev-slim-5.3',
'repository': 'ghcr.io/epicgames',
'user': 'ue4',
'command': [
Expand Down

0 comments on commit dbc1bdf

Please sign in to comment.