mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
move image + try github aciton react again
This commit is contained in:
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
14
.github/workflows/react.yml
vendored
14
.github/workflows/react.yml
vendored
@@ -24,14 +24,18 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Change directory
|
||||
run: cd frontend
|
||||
- uses: borales/actions-yarn@v2.3.0
|
||||
- name: Yarn install
|
||||
working-directory: ./frontend
|
||||
uses: borales/actions-yarn@v2.3.0
|
||||
with:
|
||||
cmd: install # will run `yarn install` command
|
||||
- uses: borales/actions-yarn@v2.3.0
|
||||
- name: Yarn build
|
||||
working-directory: ./frontend
|
||||
uses: borales/actions-yarn@v2.3.0
|
||||
with:
|
||||
cmd: build # will run `yarn build` command
|
||||
- uses: borales/actions-yarn@v2.3.0
|
||||
- name: Yarn test
|
||||
working-directory: ./frontend
|
||||
uses: borales/actions-yarn@v2.3.0
|
||||
with:
|
||||
cmd: test # will run `yarn test` command
|
||||
|
||||
@@ -19,7 +19,7 @@ This repository contains the next generation of Kerberos.io, **Kerberos Open Sou
|
||||
|
||||
This version is still under active development and can be followed on the [develop branch](https://github.com/kerberos-io/opensource/tree/develop) and [project overview](https://github.com/kerberos-io/opensource/projects/1).
|
||||
|
||||

|
||||

|
||||
|
||||
## Introduction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user