Publish execution-zone-module doc-test report for pr-24 (8d1e6876d5b40309d7dfa8a5c7526d44fc618587) 8d1e6876d5b40309d7dfa8a5c7526d44fc618587

This commit is contained in:
iurimatias 2026-06-15 14:21:12 +00:00
parent e247593698
commit 578f6c8b7b
5 changed files with 374 additions and 40 deletions

View File

@ -1,40 +0,0 @@
name: CI
on:
pull_request:
branches: [master, main]
push:
branches: [master, main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Cachix
uses: cachix/cachix-action@v15
with:
name: logos-co
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build module
run: nix build -L
- name: Run tests
run: nix build .#unit-tests -L

0
.nojekyll Normal file
View File

8
pr-24/index.html Normal file
View File

@ -0,0 +1,8 @@
<!doctype html><meta charset=utf-8>
<title>execution-zone-module doc-test reports — pr-24</title>
<style>body{font:16px system-ui;margin:40px;max-width:640px}a{color:#2563eb}</style>
<h1>execution-zone-module doc-test reports</h1>
<p><strong>pr-24</strong> · commit <code>8d1e687</code></p><ul>
<li><a href="./ubuntu-latest/">ubuntu-latest</a></li>
<li><a href="./macos-latest/">macos-latest</a></li>
</ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long