dev #10
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
BRANCH_NAME="${GITHUB_REF_NAME}-build"
|
BRANCH_NAME="${GITHUB_REF_NAME}-build"
|
||||||
git fetch origin $BRANCH_NAME || true # Allow failure if branch doesn't exist
|
git fetch origin $BRANCH_NAME || true # Allow failure if branch doesn't exist
|
||||||
git switch $BRANCH_NAME || git switch -c $BRANCH_NAME
|
git switch $BRANCH_NAME || git switch -c $BRANCH_NAME
|
||||||
git merge --no-ff ${GITHUB_REF_NAME}
|
git merge --allow-unrelated-histories ${GITHUB_REF_NAME}
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import test from "./test";
|
import test from "./test";
|
||||||
|
|
||||||
export function startTest() {
|
export function startTest() {
|
||||||
console.log("Hello, World!");
|
console.log("Hello, World?");
|
||||||
let i: number = 0;
|
let i: number = 0;
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
i++;
|
i++;
|
||||||
|
|||||||
Reference in New Issue
Block a user