diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-10 14:07:16 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-10 14:07:16 -0600 |
| commit | db72f33a18be2ecba5cf754205620167341f161a (patch) | |
| tree | 17a01fe4e29f6bbf5694498f20e1a58ec800dd53 /.gitlab-ci.yml | |
| parent | 782af3f62d23b5f0e36241fe7538244fb1b6730d (diff) | |
fix: the first monday of daylight saving time :facepalm:
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..5c83d5ef --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +test: + image: alpine:latest + script: + - apk add --no-cache bash git make mise ruby ruby-bundler ruby-dev build-base openssl-dev + - mage test |
