From 7725a7ebcbcf30c6bc882ab440029fe7c5e79ccd Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Wed, 29 Sep 2021 09:41:07 +0200 Subject: [PATCH] Try to run meteor-promise test --- .github/workflows/meteor-promise.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/meteor-promise.yml diff --git a/.github/workflows/meteor-promise.yml b/.github/workflows/meteor-promise.yml new file mode 100644 index 0000000000..4a6fd94194 --- /dev/null +++ b/.github/workflows/meteor-promise.yml @@ -0,0 +1,7 @@ +- name: Test meteor-promise + uses: ktomk/run-travis-yml@v1.7.0 + defaults: + run: + working-directory: npm-packages/meteor-promise + with: + file: .travis.yml