wrong workflow check in

This commit is contained in:
Tommy
2021-10-15 17:24:35 +01:00
parent f683b9e770
commit 84b426042e
-51
View File
@@ -1,51 +0,0 @@
on: [ push ]
name: webdriverio tests for nym wallet
jobs:
test:
name: wallet tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Tauri dependencies
run: >
sudo apt-get update &&
sudo apt-get install -y
libgtk-3-dev
libgtksourceview-3.0-dev
webkit2gtk-4.0
libappindicator3-dev
webkit2gtk-driver
xvfb
- name: Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy, rustfmt
- name: Node v16
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Build application
run : yarn run webpack:build & yarn run tauri:build
working-directory: ./
- name: Yarn install
run: yarn install
working-directory: webdriver/
- name: Install tauri-driver
uses: actions-rs/cargo@v1
with:
command: install
args: tauri-driver
- name: Launch tests
run: xvfb-run yarn test:login
working-directory: webdriver/