Skip to content

Commit 4f5985e

Browse files
committed
ci: fix workflow file
1 parent 5ff0376 commit 4f5985e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# /.github/workflows/ci.yaml
2+
# GitHub actions workflow
3+
14
name: CI
25

36
on:
@@ -47,7 +50,7 @@ jobs:
4750
npm test:lib
4851
publish:
4952
name: Publish
50-
needs: [lint, test-library, test-external]
53+
needs: [lint, test]
5154
if: startsWith(github.ref, 'refs/tags/v')
5255
runs-on: ubuntu-latest
5356
steps:

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# <div align="center"> `rate-limit-redis` </div>
22

33
<div align="center">
4-
<img alt="Github Workflow Status" src="https://github.com/express-rate-limit/rate-limit-redis/actions/workflows/ci.yml/badge.svg"/>
4+
<img alt="Github Workflow Status" src="https://github.com/express-rate-limit/rate-limit-redis/actions/workflows/ci.yaml/badge.svg"/>
55
<img alt="npm version" src="https://img.shields.io/npm/v/rate-limit-redis.svg"/>
66
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/express-rate-limit/rate-limit-redis"/>
77
<img alt="npm downloads" src="https://img.shields.io/npm/dm/rate-limit-redis"/>

0 commit comments

Comments
 (0)