Skip to content

Commit 7440465

Browse files
committed
Revert tests
1 parent e79da26 commit 7440465

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

.github/workflows/test-master.yml

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

.github/workflows/test-develop.yml renamed to .github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

4-
name: Test develop
4+
name: Tests
55

66
on:
77
push:
8-
branches: [ develop ]
8+
branches: [ master, develop ]
99
pull_request:
10-
branches: [ develop ]
10+
branches: [ master, develop ]
1111

1212
jobs:
1313
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# simple-pdf
22

33
[![npm](https://img.shields.io/npm/v/simple-pdf)](https://www.npmjs.com/package/simple-pdf)
4-
[![Tests](https://github.com/scriptcoded/simple-pdf/workflows/Tests/badge.svg)](https://github.com/scriptcoded/simple-pdf/actions?query=workflow%3ATests)
4+
[!![Tests](https://github.com/scriptcoded/simple-pdf/workflows/Tests/badge.svg?branch=master)](https://github.com/scriptcoded/simple-pdf/actions?query=workflow%3ATests+branch%3Amaster)
55
[![david-dm](https://david-dm.org/scriptcoded/simple-pdf.svg)](https://david-dm.org/scriptcoded/simple-pdf)
66

77
`simple-pdf` aims to be a simple drop-in module for extracting text and images

0 commit comments

Comments
 (0)