Skip to content

Commit

Permalink
Update the test action
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Aug 19, 2024
1 parent a1f4bc8 commit f9ad611
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 42 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Test

on:
push:
branches:
- main
pull_request:
branches:
- '*'

env:
FORCE_COLOR: true

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm test
41 changes: 0 additions & 41 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ Conjure is invoked via the command line:
[npm-image]: https://img.shields.io/npm/v/%40firefoxic%2Fconjure?logo=npm&color=limegreen

[test-url]: https://github.com/firefoxic/conjure/actions
[test-image]: https://github.com/firefoxic/conjure/actions/workflows/test.yml/badge.svg?branch=main
[test-image]: https://github.com/firefoxic/conjure/actions/workflows/test.yaml/badge.svg?branch=main

0 comments on commit f9ad611

Please sign in to comment.