mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
chore: added full-update action
This commit is contained in:
18
.github/workflows/full-update.yml
vendored
Normal file
18
.github/workflows/full-update.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: Full Update
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
testing:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Prep Env
|
||||
uses: ./prep
|
||||
- name: Full Update to Staging
|
||||
run: pnpm run full-update:staging
|
||||
2
.github/workflows/prep/action.yml
vendored
2
.github/workflows/prep/action.yml
vendored
@@ -25,5 +25,5 @@ runs:
|
||||
cd ..
|
||||
- name: Build CLI and NPM exports
|
||||
run: pnpm run build
|
||||
- name: Env Prepped
|
||||
- name: Environment Prepped
|
||||
run: echo Node, pnpm, and all deps are installed!
|
||||
Reference in New Issue
Block a user