Skip to content

Commit

Permalink
Merge pull request #7 from persapiens-classes/5-create-initial-pipeline
Browse files Browse the repository at this point in the history
5 create initial pipeline
  • Loading branch information
persapiens authored Oct 14, 2024
2 parents da5447f + 103a61a commit 1080011
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- uses: actions/checkout@v4.2.1
#- name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v4.0.4
# with:
# node-version: ${{ matrix.node-version }}
# cache: 'npm'
# - run: npm ci
# - run: npm run build --if-present
# - run: npm test
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
#- run: npm test
- run: echo "pipeline ok"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Conta
=======
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://github.com/persapiens-classes/ifrn-ria-example/actions/workflows/node.yml/badge.svg)](https://github.com/peraspiens-classes/ifrn-ria-example/actions)


This is the pedagogical example app of the discipline [Applications with Rich Interfaces](https://github.com/persapiens-classes/ifrn-ria) - [Tecnologia em Análise e Desenvolvimento de Sistemas - TADS](https://sites.google.com/escolar.ifrn.edu.br/diatinf/cursos/superiores/an%C3%A1lise-e-desenvolvimento-de-sistemas?authuser=0) - [Diretoria Acadêmica de Gestão e Tecnologia da Informação - DIATINF](https://diatinf.ifrn.edu.br) - [Campus Natal Central - CNAT](https://portal.ifrn.edu.br/campus/natalcentral) - [Instituto Federal do Rio Grande do Norte - IFRN](https://portal.ifrn.edu.br/).

Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "ria-example",
"version": "1.0.0"
}

0 comments on commit 1080011

Please sign in to comment.