This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
dagger
Archived
Watch
1
Star
0
Fork
0
You've already forked dagger
Code
Issues
1
Pull Requests
1
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-04-08
. You can view files and clone it, but cannot push or open issues or pull requests.
d772fe5699
dagger
/
tests
/
tasks
/
source
/
test.sh
3 lines
43 B
Bash
Raw
Normal View
History
Unescape
Escape
europa: Code Embedding POC WIP PoC for code embedding Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-12-23 20:23:52 +01:00
#!/bin/sh
tests: Basic test infrastructure for Europa Universe - Each package can include its own bats file (e.g. `universe.dagger.io/yarn/test/yarn.bats`) - universe.dagger.io includes a common bash helper file - bats is installed/launched through yarn with minimal setup - shellcheck is done across the entire repo - Integrated into our CI Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-19 04:13:07 +01:00
printf
"hello world"
> /test.txt
Reference in New Issue
Copy Permalink