Skip to content

Commit 3504a10

Browse files
committed
test message
1 parent aba46b1 commit 3504a10

3 files changed

Lines changed: 5 additions & 43 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =======================================================================
2-
# Unit Tests Workflow
2+
# Daily Tests Workflow
33
# =======================================================================
44
#
55
# This workflow runs unit tests for the console-table-printer and simple-wcswidth
@@ -17,7 +17,7 @@
1717
#
1818
# =======================================================================
1919

20-
name: Unit Tests
20+
name: Daily Tests
2121

2222
on:
2323
schedule:
@@ -30,8 +30,8 @@ on:
3030
workflow_dispatch:
3131

3232
jobs:
33-
unit-tests:
34-
name: Unit Tests (Node ${{ matrix.node-version }})
33+
daily-tests:
34+
name: Daily Tests (Node ${{ matrix.node-version }})
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:

.github/workflows/typescript-tests.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# E2E Tests for console-table-printer and simple-wcswidth
22

3-
![Unit Tests](https://github.com/console-table-printer/e2e/workflows/Unit%20Tests/badge.svg)
3+
![Daily Tests](https://github.com/console-table-printer/e2e/workflows/Daily%20Tests/badge.svg)
44
![Node.js 16 Tests](https://github.com/console-table-printer/e2e/workflows/Node.js%2016%20Tests/badge.svg)
55

66
This repository contains end-to-end tests for the [console-table-printer](https://github.com/ayonious/console-table-printer) and [simple-wcswidth](https://github.com/ayonious/simple-wcswidth) packages.

0 commit comments

Comments
 (0)