Skip to content

Commit

Permalink
Revert "5 create initial pipeline"
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens authored Oct 29, 2024
1 parent 400dacb commit e7de423
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 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: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
RIA Example
=======
[![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: 0 additions & 12 deletions package-lock.json

This file was deleted.

4 changes: 0 additions & 4 deletions package.json

This file was deleted.

0 comments on commit e7de423

Please sign in to comment.