You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/08/18 13:12:24 UTC

[cordova-docs] branch master updated: ci(pr): run a build test (#1188)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 17bd5d0  ci(pr): run a build test (#1188)
17bd5d0 is described below

commit 17bd5d0cc77b14c0b4ed18705fa4ca0ea0cea096
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Aug 18 22:12:15 2021 +0900

    ci(pr): run a build test (#1188)
---
 .github/workflows/ci.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..436b1fa
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,25 @@
+name: build test
+
+on: [pull_request]
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: actions/checkout@v2
+
+      - uses: ruby/setup-ruby@v1
+        with:
+          ruby-version: 2.7
+
+      - name: Environment Configure
+        run: |
+          npm install
+          bundle instal
+
+      - name: Test
+        run: npm test
+
+      - name: Dev Build
+        run: npm run build

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org