diff --git a/.github/workflows/workflow_sub.yml b/.github/workflows/workflow_sub.yml index 5c45877..3755492 100644 --- a/.github/workflows/workflow_sub.yml +++ b/.github/workflows/workflow_sub.yml @@ -5,14 +5,14 @@ on: jobs: optional-1: runs-on: ubuntu-latest - if: false steps: - name: optional-step-1 - run: echo "optional step 1" + run: exit 1 + optional-2: runs-on: ubuntu-latest - + if: false steps: - name: optional-step-2 run: echo "optional step 2" diff --git a/src/App.js b/src/App.js index 13780d9..c2da6e9 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,7 @@ import styles from "./EditorStyle.scss"; const App = () => { // testing // testing 2 + // test 4 const editorRef = useRef(); function handleOnClick() {