mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Use GitHub Actions only
This retires Travis, and starts upload screenshot diffs when integration tests fail.
This commit is contained in:
parent
6dce525272
commit
a1df4bfc73
8 changed files with 51 additions and 23 deletions
|
|
@ -4,7 +4,7 @@ const postcss = require("postcss");
|
|||
const plugin = require("./postcss-optimize-data-uri-pngs");
|
||||
|
||||
const css = fs.readFileSync("./css/base-skin.css", "utf8");
|
||||
// This seems to timeout a lot on Travis
|
||||
// This seems to timeout a lot in CI
|
||||
it.skip("does something", async () => {
|
||||
const result = await postcss([plugin({})]).process(css);
|
||||
expect(result.css.length).toBeLessThan(css.length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue