mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
github actions: rewrite file test action to fix ulimit; add timeouts
This commit is contained in:
parent
08488f50cd
commit
d0aa87f99e
5 changed files with 20 additions and 13 deletions
8
.github/actions/test-transfer/Dockerfile
vendored
8
.github/actions/test-transfer/Dockerfile
vendored
|
|
@ -1,8 +1,10 @@
|
|||
# Container image that runs your code
|
||||
# Not used by Github action, but can be used to run test locally:
|
||||
# 1. docker build -t aquatic ./path/to/Dockerfile
|
||||
# 2. docker run aquatic
|
||||
# 3. On failure, run `docker rmi aquatic -f` and go back to step 1
|
||||
|
||||
FROM rust:bullseye
|
||||
|
||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
# Code file to execute when the docker container starts up (`entrypoint.sh`)
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue