Skip to content

Commit 35aa277

Browse files
committed
updated workflow
1 parent e56fd78 commit 35aa277

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Prepare build
3030
run: npm run build
3131
deploy:
32+
needs: [test, lint, buildnpm]
3233
runs-on: ubuntu-latest
3334
steps:
3435
- name: Get code

src/test/App.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import React from "react";
21
import { render, screen, fireEvent } from "@testing-library/react";
32
import "@testing-library/jest-dom/extend-expect";
4-
import App from "../App";
3+
import App from "./../App";
54

65
test("rendersAppWithoutCrashing", () => {
76
render(<App />);

0 commit comments

Comments
 (0)