Ver código fonte

get more space on the test runner

Jonathan Kelley 1 ano atrás
pai
commit
4a39f71143
2 arquivos alterados com 6 adições e 6 exclusões
  1. 6 0
      .github/workflows/main.yml
  2. 0 6
      packages/web/BUGS.md

+ 6 - 0
.github/workflows/main.yml

@@ -75,6 +75,12 @@ jobs:
       - uses: davidB/rust-cargo-make@v1
       - uses: browser-actions/setup-firefox@latest
       - uses: jetli/wasm-pack-action@v0.4.0
+      - run: sudo rm -rf /usr/share/dotnet
+      - run: sudo rm -rf "$AGENT_TOOLSDIRECTORY"
+      - run: |
+          df -h
+          sudo rm -rf ${GITHUB_WORKSPACE}/.git
+          df -h
       - run: cargo make tests
 
   fmt:

+ 0 - 6
packages/web/BUGS.md

@@ -1,6 +0,0 @@
-# Known quirks for browsers and their workarounds
-
-- text merging (solved through comment nodes)
-- cursor jumping to end on inputs (not yet solved, solved in React already)
-- SVG attributes cannot be set (solved using the correct method)
-- volatile components