mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-07-09 12:10:12 +00:00
Publish execution-zone-module doc-test report for pr-24 (8d1e6876d5b40309d7dfa8a5c7526d44fc618587) 8d1e6876d5b40309d7dfa8a5c7526d44fc618587
This commit is contained in:
parent
e247593698
commit
578f6c8b7b
40
.github/workflows/ci.yml
vendored
40
.github/workflows/ci.yml
vendored
@ -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
|
|
||||||
8
pr-24/index.html
Normal file
8
pr-24/index.html
Normal 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>
|
||||||
183
pr-24/macos-latest/index.html
Normal file
183
pr-24/macos-latest/index.html
Normal file
File diff suppressed because one or more lines are too long
183
pr-24/ubuntu-latest/index.html
Normal file
183
pr-24/ubuntu-latest/index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user