Skip to content

Commit

Permalink
chore: rename test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 16, 2023
1 parent 86f0ffd commit fc5d4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Run Tests

on:
push:
Expand All @@ -16,7 +16,7 @@ on:
workflow_dispatch:

jobs:
default:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/github/license/grandchild/AVS-File-Decoder?color=blue&style=for-the-badge)](https://github.com/grandchild/AVS-File-Decoder/blob/main/LICENSE)
[![Version (scoped with tag)](https://img.shields.io/npm/v/%40visbot/webvsc/next?style=for-the-badge)](https://www.npmjs.org/package/@visbot/webvsc)
[![Build](https://img.shields.io/github/actions/workflow/status/grandchild/AVS-File-Decoder/default.yml?style=for-the-badge)](https://github.com/grandchild/AVS-File-Decoder/actions)
[![Build](https://img.shields.io/github/actions/workflow/status/grandchild/AVS-File-Decoder/tests.yml?style=for-the-badge)](https://github.com/grandchild/AVS-File-Decoder/actions)

## Description

Expand Down

0 comments on commit fc5d4a8

Please sign in to comment.