mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Fixing build to test gh actions
This commit is contained in:
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: CI/CD
|
||||
name: master test and release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { expect } from "chai";
|
||||
|
||||
describe("something", function () {
|
||||
it("fails", function () {
|
||||
expect(false).equal(true);
|
||||
describe("something", () => {
|
||||
it("fails", () => {
|
||||
expect(true).equal(true);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user