move image + try github aciton react again

This commit is contained in:
cedricve
2020-12-28 15:35:10 +01:00
parent d51fc28337
commit 5b60172312
3 changed files with 10 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -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

View File

@@ -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).
![Kerberos version 2 vs version 3](images/kerberos-agent-v2-v3.png)
![Kerberos version 2 vs version 3](.github/images/kerberos-agent-v2-v3.png)
## Introduction