diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d190d0..349556c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: # run 3 copies of the current job in parallel - containers: [1, 2] + containers: [1, 2, 3] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/cypress/e2e/get_bookings.cy.js b/cypress/e2e/get_bookings.cy.js index 038bba8..e963240 100644 --- a/cypress/e2e/get_bookings.cy.js +++ b/cypress/e2e/get_bookings.cy.js @@ -55,7 +55,7 @@ describe("Get Bookings spec", () => { }); }); - it.skip("Get Booking by Checkin", () => { + it("Get Booking by Checkin", () => { bookings_wrapper .get_booking_by({ checkin: sampleCheckinStr }) .then((response) => {