Skip to content

Commit 50256fd

Browse files
committed
chore(release): 1.6.4
1 parent 5bef6f6 commit 50256fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/050_builds.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Builds', () => {
2626
return Promise.resolve()
2727
.then((): any => browser.wait(() => element(by.css('.notification')).isPresent()))
2828
.then(() => expect(element(by.css('.notification')).getText())
29-
.to.eventually.have.string('No builds have been run yet.'));
29+
.to.eventually.have.string('No builds has been run yet.'));
3030
});
3131

3232
it('should start new build (send open_pull_request event)', () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abstruse",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Abstruse CI",
55
"bin": {
66
"abstruse": "./dist/api/index.js"

src/styles/content.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
border-top: 4px solid $green
249249

250250
&.is-running
251-
border-left: 10px solid transparent
251+
border-left: 6px solid transparent
252252
-webkit-animation: pulsate 2s infinite ease-in-out
253253
animation: pulsate 2s infinite ease-in-out
254254

0 commit comments

Comments
 (0)