Skip to content

Commit

Permalink
Comment out CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Jan 6, 2024
1 parent 03e5762 commit 30fa6b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,5 +27,8 @@ jobs:
run: deno fmt --check
- name: UI Test
run: deno task test:ui
- name: Build
run: deno task build
# to-do: fix
# `Error: R] Directory not empty (os error 39): rename '/tmp/a3748ae3' -> '/home/runner/.cache/deno/deno_esbuild/@lit/[email protected]/node_modules/@lit/reactive-element' [plugin deno-loader]`
# error. https://github.com/oidoid/linear-text/actions/runs/7430168447/job/20219563902
# - name: Build
# run: deno task build
2 changes: 1 addition & 1 deletion docs/to-do.text
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ File Deno bugs.
tools/build shebang ignored and read as JavaScript.
Markdown table in readme isn't the correct width.
unsaved favicon doesn't align perfectly to saved because SVG is used. Just use old png.
Fix CI.
Fix CI builds and generate a next release.
I want a way to delete or add cards by clicking, including deleting groups and sub-lines.

Design
Expand Down

0 comments on commit 30fa6b7

Please sign in to comment.