What is the "intended" way to run WasmJS tests on ...
# webassembly
l
What is the "intended" way to run WasmJS tests on GitHub Actions? The compiler crashes complaining about AppArmor
Found the issue, add this:
Copy code
- name: Disable AppArmor
  #language=bash
  run: |
    sudo aa-teardown || true
    sudo systemctl disable --now apparmor.service
Nevermind, another issue, I'm now getting:
Copy code
Cannot start ChromiumHeadless
	[2850:2850:0303/154330.168270:FATAL:<http://credentials.cc|credentials.cc>(131)] Check failed: error == EPERM || error == EUSERS || error == EINVAL || error == ENOSPC. : Permission denied (13)