Skip to content

Commit

Permalink
Add individual formula install tests
Browse files Browse the repository at this point in the history
This confirms that formulas provided by this tap that depend on other
formulas provided by this tap, install correctly.
  • Loading branch information
leonlynch committed Dec 31, 2023
1 parent b900ff8 commit 416ccdb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/formula-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
##############################################################################
# Copyright 2023 Leon Lynch
#
# This file is licensed under the terms of the LGPL v2.1 license.
# See LICENSE file.
##############################################################################

name: Formula tests

on: [push]

jobs:
formula-tests:
strategy:
matrix:
formula: [ tr31, dukpt, emv-utils ]

name: openemv/tap/${{ matrix.formula }}
runs-on: macos-latest

steps:
- name: Install openemv/tap/${{ matrix.formula }}
run: brew install openemv/tap/${{ matrix.formula }}

0 comments on commit 416ccdb

Please sign in to comment.